sing/sing_parse/Cargo.toml

21 lines
394 B
TOML
Raw Normal View History

[package]
name = "sing_parse"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
build = "build.rs"
[lib]
[build-dependencies]
lalrpop = "0.19"
[dependencies]
syn = "1"
regex = "1"
lalrpop-util = "0.19"
lalrpop = "0.19"
sing_util = { path = "../sing_util" }
serde = { version = "1.0", features = ["derive"] }