]> git.lizzy.rs Git - rust.git/blob - src/libsyntax_ext/Cargo.toml
Auto merge of #38992 - nagisa:i128-minvallit, r=eddyb
[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
6 [lib]
7 name = "syntax_ext"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10
11 [dependencies]
12 fmt_macros = { path = "../libfmt_macros" }
13 log = { path = "../liblog" }
14 proc_macro = { path = "../libproc_macro" }
15 rustc_errors = { path = "../librustc_errors" }
16 syntax = { path = "../libsyntax" }
17 syntax_pos = { path = "../libsyntax_pos" }