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