enterprise/enterprise-compiler/Cargo.toml
2020-02-04 08:48:19 -06:00

13 lines
217 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"