enterprise/enterprise-compiler/Cargo.toml
2020-02-06 21:55:41 -06:00

16 lines
306 B
TOML

[package]
name = "enterprise-compiler"
version = "0.1.0"
authors = ["Michael Zhang <iptq@protonmail.com>"]
edition = "2018"
[lib]
proc-macro = true
[dependencies]
maplit = "1.0.2"
quote = "1.0.2"
petgraph = "0.5.0"
syn = { version = "1.0.14", features = ["extra-traits", "full"] }
proc-macro2 = "1.0.8"