enterprise/enterprise-compiler/Cargo.toml

14 lines
217 B
TOML
Raw Normal View History

2020-01-11 07:25:45 +00:00
[package]
name = "enterprise-compiler"
version = "0.1.0"
authors = ["Michael Zhang <iptq@protonmail.com>"]
edition = "2018"
2020-02-04 14:48:19 +00:00
[lib]
proc-macro = true
2020-01-11 07:25:45 +00:00
[dependencies]
2020-02-04 14:48:19 +00:00
maplit = "1.0.2"
quote = "1.0.2"
petgraph = "0.5.0"