swc/macros/common/Cargo.toml
2017-12-22 22:07:03 +09:00

20 lines
472 B
TOML

[package]
name = "swc_macros_common"
version = "0.1.0"
authors = ["강동윤 <kdy1@outlook.kr>"]
[dependencies]
pmutil = { git = "https://github.com/kdy1/rust-pmutil" }
proc-macro2 = { version = "0.1", features = ["unstable"] }
[dependencies.syn]
git = "https://github.com/dtolnay/syn"
features = ["full", "parsing", "printing", "extra-traits"]
[dependencies.synom]
git = "https://github.com/dtolnay/syn"
[dependencies.quote]
git = "https://github.com/dtolnay/quote"