1
Fork 0
romantic/Cargo.toml

21 lines
405 B
TOML

# 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.2"
authors = ["Holllo <helllo@holllo.org>"]
edition = "2021"
[lib]
path = "source/lib.rs"
[dependencies]
num = "0.4.1"
thiserror = "1.0.56"
[dev-dependencies]
test-case = "3.3.1"