sing/Cargo.toml

25 lines
409 B
TOML
Raw Normal View History

[workspace]
members = [
"sing_derive",
"sing_parse",
]
2022-02-19 11:37:31 +01:00
# [package]
# name = "sing"
# version = "0.1.0"
# edition = "2021"
#
# [lib]
# bench = false
2022-02-19 11:37:31 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
# build = "build.rs"
#
# [build-dependencies]
# lalrpop = "0.19"
#
# [dependencies]
# syn = "1"
# regex = "1"
# lalrpop-util = "0.19"
# lalrpop = "0.19"