blob: e137815cd32fd919e380403fe43624e49f303560 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[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" }
syntax = { path = "../libsyntax" }
|