2016-01-21 17:19:23 -06:00
|
|
|
[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" }
|
2016-03-25 13:39:24 -05:00
|
|
|
log = { path = "../liblog" }
|
2016-01-21 17:19:23 -06:00
|
|
|
syntax = { path = "../libsyntax" }
|