rust/crates/ra_cfg/Cargo.toml

19 lines
322 B
TOML
Raw Normal View History

[package]
edition = "2018"
name = "ra_cfg"
version = "0.1.0"
authors = ["rust-analyzer developers"]
2020-07-14 03:57:26 +02:00
license = "MIT OR Apache-2.0"
2019-11-17 16:35:05 +01:00
[lib]
doctest = false
[dependencies]
2020-02-18 14:57:41 +01:00
rustc-hash = "1.1.0"
ra_syntax = { path = "../ra_syntax" }
2020-08-12 16:46:20 +02:00
tt = { path = "../tt" }
[dev-dependencies]
mbe = { path = "../ra_mbe", package = "ra_mbe" }