summary refs log tree commit diff
path: root/src/libsyntax_ext/Cargo.toml
blob: 6910e6400d4f8e42966c11ee1d8e793742d5bdd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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" }
log = { path = "../liblog" }
rustc_errors = { path = "../librustc_errors" }
rustc_macro = { path = "../librustc_macro" }
syntax = { path = "../libsyntax" }
syntax_pos = { path = "../libsyntax_pos" }