rust/crates/ra_cfg/Cargo.toml
2019-10-03 02:28:02 +08:00

14 lines
291 B
TOML

[package]
edition = "2018"
name = "ra_cfg"
version = "0.1.0"
authors = ["rust-analyzer developers"]
[dependencies]
rustc-hash = "1.0.1"
ra_syntax = { path = "../ra_syntax" }
tt = { path = "../ra_tt", package = "ra_tt" }
[dev-dependencies]
mbe = { path = "../ra_mbe", package = "ra_mbe" }