mirror of
https://github.com/danog/parser.git
synced 2025-01-22 21:11:55 +01:00
12 lines
288 B
TOML
12 lines
288 B
TOML
[package]
|
|
name = "trunk_interpreter"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
cmder = "0.6.1"
|
|
trunk_lexer = { path = "../trunk_lexer" }
|
|
trunk_parser = { path = "../trunk_parser" }
|