# https://doc.rust-lang.org/cargo/reference/manifest.html [package] name = "romantic" description = "Roman numeral toolkit" repository = "https://git.bauke.xyz/Holllo/romantic" license = "MIT OR Apache-2.0" version = "0.1.0" authors = ["Holllo "] edition = "2021" [lib] path = "source/lib.rs" [dependencies] num = "0.4.0" thiserror = "1.0.36" [dev-dependencies] test-case = "2.2.1"