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

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

[dependencies]
syntax = { path = "../libsyntax" }
syntax_pos = { path = "../libsyntax_pos" }
rustc_errors = { path = "../librustc_errors" }