ehron/Cargo.toml

16 lines
279 B
TOML

[package]
name = "ehron"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom = "7.1"
thiserror = "1.0"
itertools = "0.10"
unicase = "2.6.0"
[dev-dependencies]
test-case = "1.2"