blob: 08ee2e0f3762647939d95879baf4251efd979d18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[package]
authors = ["The Rust Project Developers"]
name = "syntax_pos"
version = "0.0.0"
[lib]
name = "syntax_pos"
path = "lib.rs"
crate-type = ["dylib"]
[dependencies]
serialize = { path = "../libserialize" }
rustc_data_structures = { path = "../librustc_data_structures" }
arena = { path = "../libarena" }
scoped-tls = { version = "0.1.1", features = ["nightly"] }
unicode-width = "0.1.4"
cfg-if = "0.1.2"
|