[package] name = "sity" version = "0.9.3" edition = "2021" authors = ["David Doose "] license = "LGPL-3.0-only" description = "International System of Units (SI) Typing" repository = "https://github.com/DavidD12/sity" readme = "README.md" keywords = ["SI", "Typing"] [dependencies] sealed = "0.3.0" [lib] path = "src/lib.rs" [[bin]] name = "main" path = "bin/main.rs"