summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/mbe/Cargo.toml
blob: 82105522ebdd9fa2b32ca0cc2ed29aa02c5ac01a (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
25
26
27
[package]
name = "mbe"
version = "0.0.0"
description = "TBD"

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

[lib]
doctest = false

[dependencies]
cov-mark = "2.0.0-pre.1"
rustc-hash = "1.1.0"
smallvec.workspace = true
tracing = "0.1.35"

# local deps
syntax.workspace = true
parser.workspace = true
tt.workspace = true
stdx.workspace = true

[dev-dependencies]
test-utils.workspace = true