parser/trunk_parser/Cargo.toml

9 lines
222 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]
trunk_lexer = { path = "../trunk_lexer" }