ehron/Cargo.toml

15 lines
261 B
TOML
Raw Normal View History

[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"
[dev-dependencies]
test-case = "1.2"