summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/parser/Cargo.toml
blob: 6e962abd75477aa09bf20ea94f3f18d9afe4e2f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "parser"
version = "0.0.0"
description = "TBD"

authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[lib]
doctest = false

[dependencies]
drop_bomb = "0.1.5"
rustc_lexer = { version = "727.0.0", package = "rustc-ap-rustc_lexer" }

limit.workspace = true

[dev-dependencies]
expect-test = "1.4.0"

stdx.workspace = true
sourcegen.workspace = true