]> git.lizzy.rs Git - rust.git/blob - src/libsyntax_pos/Cargo.toml
Rollup merge of #58354 - matthewjasper:mir-dump-fixes, r=wesleywiser
[rust.git] / src / libsyntax_pos / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "syntax_pos"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 name = "syntax_pos"
9 path = "lib.rs"
10 crate-type = ["dylib"]
11
12 [dependencies]
13 serialize = { path = "../libserialize" }
14 rustc_data_structures = { path = "../librustc_data_structures" }
15 arena = { path = "../libarena" }
16 scoped-tls = { version = "0.1.1", features = ["nightly"] }
17 unicode-width = "0.1.4"
18 cfg-if = "0.1.2"