mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
16 lines
294 B
TOML
16 lines
294 B
TOML
[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" }
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = "1.3.0"
|