uwucc/parser/Cargo.toml
2022-06-21 13:15:26 +02:00

12 lines
270 B
TOML

[package]
name = "parser"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
peekmore = { version = "1.0.0", features = ["smallvec"] }
[dev-dependencies]
insta = "1.15.0"