]> git.lizzy.rs Git - rust.git/blob - src/tools/rust-analyzer/crates/parser/Cargo.toml
Auto merge of #102919 - luojia65:update-stdarch, r=Amanieu
[rust.git] / src / tools / rust-analyzer / crates / parser / Cargo.toml
1 [package]
2 name = "parser"
3 version = "0.0.0"
4 description = "TBD"
5 license = "MIT OR Apache-2.0"
6 edition = "2021"
7 rust-version = "1.57"
8
9 [lib]
10 doctest = false
11
12 [dependencies]
13 drop_bomb = "0.1.5"
14 rustc_lexer = { version = "725.0.0", package = "rustc-ap-rustc_lexer" }
15 limit = { path = "../limit", version = "0.0.0" }
16
17 [dev-dependencies]
18 expect-test = "1.4.0"
19 sourcegen = { path = "../sourcegen" }