]> git.lizzy.rs Git - rust.git/blob - src/libsyntax_ext/Cargo.toml
Simplify SaveHandler trait
[rust.git] / src / libsyntax_ext / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "syntax_ext"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 name = "syntax_ext"
9 path = "lib.rs"
10 doctest = false
11
12 [dependencies]
13 fmt_macros = { path = "../libfmt_macros" }
14 errors = { path = "../librustc_errors", package = "rustc_errors" }
15 syntax = { path = "../libsyntax" }
16 syntax_pos = { path = "../libsyntax_pos" }
17 rustc_data_structures = { path = "../librustc_data_structures" }
18 rustc_target = { path = "../librustc_target" }
19 smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }
20 log = "0.4"