enterprise/enterprise-macros/Cargo.toml
2020-02-17 01:46:03 -06:00

16 lines
422 B
TOML

[package]
name = "enterprise-macros"
version = "0.1.0"
authors = ["Michael Zhang <iptq@protonmail.com>"]
edition = "2018"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = { version = "1.0.7", features = ["span-locations"] }
quote = "1.0.2"
thiserror = "1.0.9"
symbol = { path = "../symbol" }
enterprise-compiler = { path = "../enterprise-compiler" }
syn = { version = "1.0.14", features = ["extra-traits", "full"] }