]> git.lizzy.rs Git - rust.git/blob - crates/cfg/Cargo.toml
Merge #7145
[rust.git] / crates / cfg / Cargo.toml
1 [package]
2 name = "cfg"
3 version = "0.0.0"
4 description = "TBD"
5 license = "MIT OR Apache-2.0"
6 authors = ["rust-analyzer developers"]
7 edition = "2018"
8
9 [lib]
10 doctest = false
11
12 [dependencies]
13 rustc-hash = "1.1.0"
14
15 tt = { path = "../tt", version = "0.0.0" }
16
17 [dev-dependencies]
18 mbe = { path = "../mbe" }
19 syntax = { path = "../syntax" }
20 expect-test = "1.1"