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

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

[dependencies]
fmt_macros = { path = "../libfmt_macros" }
proc_macro = { path = "../libproc_macro" }
rustc_errors = { path = "../librustc_errors" }
syntax = { path = "../libsyntax" }
syntax_pos = { path = "../libsyntax_pos" }
rustc_data_structures = { path = "../librustc_data_structures" }
rustc_target = { path = "../librustc_target" }