1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 18:24:05 +02:00
parser/codegen/Cargo.toml
2021-02-12 23:09:26 +01:00

19 lines
No EOL
409 B
TOML

[package]
name = "tf-demo-parser-gen"
version = "0.2.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[[bin]]
name = "generate"
path = "src/main.rs"
[dependencies]
tf-demo-parser = { version = "0.2", path = "../" }
quote = "1.0"
Inflector = { version = "0.11", default-features = false }
better-panic = "0.1"
proc-macro2 = "1.0"
tempfile = "3.0"
toolchain_find = "0.1"
lazy_static = "1.3"