]> git.proxmox.com Git - rustc.git/blame - src/librustc_parse/Cargo.toml
New upstream version 1.41.1+dfsg1
[rustc.git] / src / librustc_parse / Cargo.toml
CommitLineData
60c5eb7d
XL
1[package]
2authors = ["The Rust Project Developers"]
3name = "rustc_parse"
4version = "0.0.0"
5edition = "2018"
6
7[lib]
8name = "rustc_parse"
9path = "lib.rs"
10doctest = false
11
12[dependencies]
13bitflags = "1.0"
14log = "0.4"
15rustc_data_structures = { path = "../librustc_data_structures" }
16rustc_feature = { path = "../librustc_feature" }
17rustc_lexer = { path = "../librustc_lexer" }
18rustc_errors = { path = "../librustc_errors" }
19rustc_error_codes = { path = "../librustc_error_codes" }
20smallvec = { version = "1.0", features = ["union", "may_dangle"] }
21syntax_pos = { path = "../libsyntax_pos" }
22syntax = { path = "../libsyntax" }