2022-01-22 21:54:51 +00:00
|
|
|
[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"
|
2022-01-23 00:43:30 +00:00
|
|
|
unicase = "2.6.0"
|
2022-01-22 21:54:51 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
test-case = "1.2"
|