parsing-rust/Cargo.toml

20 lines
357 B
TOML

[package]
name = "parsing"
version = "0.1.0"
authors = ["koalp <koalp@alpaga.dev>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pest = "2.1.3"
pest_derive = "2.1.0"
anyhow = "1.0.32"
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "my_benchmark"
harness = false