[package] name = "yaiouom-check" version = "0.1.0" authors = ["David Teller "] description = "Linter for yaiouom. If you're using yaiouom, you want to use yaiouom-checker :)" repository = "https://github.com/Yoric/yaiouom" keywords = ["units", "uom", "dimensional-analysis", "dimensions", "linter"] categories = ["science", "simulation", "data-structures"] license = "MIT" readme = "../../README.md" [[bin]] # Standalone name = "yaiouom-check" test = false path = "src/main.rs" [[bin]] # Cargo command name = "cargo-yaiouom" test = false path = "src/cargo.rs" [dependencies]