[package] name = "numeronym" version = "1.4.2" edition = "2021" authors = ["n01e0"] license = "MIT" readme = "README.md" repository = "https://github.com/n01e0/numeronym" description = "n7m" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [lib] name = "numeronym" path = "src/lib.rs" [[bin]] name = "numeronym" path = "src/main.rs" [[bin]] name = "n7m" path = "src/main.rs"