]> git.lizzy.rs Git - rust.git/blob - src/libsyntax_pos/Cargo.toml
Rollup merge of #54838 - 11Takanori:fix-typo, r=petrochenkov
[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
6 [lib]
7 name = "syntax_pos"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10
11 [dependencies]
12 serialize = { path = "../libserialize" }
13 rustc_data_structures = { path = "../librustc_data_structures" }
14 arena = { path = "../libarena" }
15 scoped-tls = { version = "0.1.1", features = ["nightly"] }
16 unicode-width = "0.1.4"
17 cfg-if = "0.1.2"