about summary refs log tree commit diff
path: root/src/libproc_macro_plugin/Cargo.toml
blob: 4bc3f488d32808fd7743c57b23157abf6a07c4ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["The Rust Project Developers"]
name = "proc_macro_plugin"
version = "0.0.0"

[lib]
path = "lib.rs"
crate-type = ["dylib"]

[dependencies]
log = { path = "../liblog" }
rustc_plugin = { path = "../librustc_plugin" }
syntax = { path = "../libsyntax" }
syntax_pos = { path = "../libsyntax_pos" }
proc_macro_tokens = { path = "../libproc_macro_tokens" }