parser/trunk_compiler/Cargo.toml
2022-07-19 14:43:25 +01:00

12 lines
249 B
TOML

[package]
name = "trunk_compiler"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
trunk_parser = { path = "../trunk_parser" }
[lib]
doctest = false