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

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

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