]> git.lizzy.rs Git - rust.git/blob - crates/mbe/Cargo.toml
Auto merge of #12010 - Veykril:r-a-config, r=Veykril
[rust.git] / crates / mbe / Cargo.toml
1 [package]
2 name = "mbe"
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 cov-mark = "2.0.0-pre.1"
14 rustc-hash = "1.1.0"
15 smallvec = "1.8.0"
16 tracing = "0.1.32"
17
18 syntax = { path = "../syntax", version = "0.0.0" }
19 parser = { path = "../parser", version = "0.0.0" }
20 tt = { path = "../tt", version = "0.0.0" }
21 stdx = { path = "../stdx", version = "0.0.0" }
22
23 [dev-dependencies]
24 test-utils = { path = "../test-utils" }