enterprise/enterprise-compiler/Cargo.toml

18 lines
358 B
TOML

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