]> git.lizzy.rs Git - rust.git/blob - src/libsyntax_pos/Cargo.toml
Rollup merge of #61420 - felixrabe:patch-2, r=dtolnay
[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_macros = { path = "../librustc_macros" }
15 rustc_data_structures = { path = "../librustc_data_structures" }
16 arena = { path = "../libarena" }
17 scoped-tls = "1.0"
18 unicode-width = "0.1.4"
19 cfg-if = "0.1.2"