]> git.lizzy.rs Git - rust.git/blob - crates/ra_mbe/Cargo.toml
Merge #5727
[rust.git] / crates / ra_mbe / Cargo.toml
1 [package]
2 edition = "2018"
3 name = "ra_mbe"
4 version = "0.1.0"
5 authors = ["rust-analyzer developers"]
6 license = "MIT OR Apache-2.0"
7
8 [lib]
9 doctest = false
10
11 [dependencies]
12 ra_syntax = { path = "../ra_syntax" }
13 parser = { path = "../parser" }
14 tt = { path = "../tt" }
15 rustc-hash = "1.1.0"
16 smallvec = "1.2.0"
17 log = "0.4.8"
18
19 [dev-dependencies]
20 test_utils = { path = "../test_utils" }