parser/trunk_parser/Cargo.toml

16 lines
294 B
TOML
Raw Normal View History

2022-07-16 14:57:22 +01:00
[package]
name = "trunk_parser"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-07-19 14:43:25 +01:00
trunk_lexer = { path = "../trunk_lexer" }
[lib]
2022-07-19 16:56:55 +01:00
doctest = false
[dev-dependencies]
pretty_assertions = "1.3.0"