2019-09-29 17:52:15 -05:00
|
|
|
[package]
|
|
|
|
edition = "2018"
|
|
|
|
name = "ra_cfg"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["rust-analyzer developers"]
|
2020-07-13 20:57:26 -05:00
|
|
|
license = "MIT OR Apache-2.0"
|
2019-09-29 17:52:15 -05:00
|
|
|
|
2019-11-17 09:35:05 -06:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2019-09-29 17:52:15 -05:00
|
|
|
[dependencies]
|
2020-02-18 07:57:41 -06:00
|
|
|
rustc-hash = "1.1.0"
|
2019-09-29 17:52:15 -05:00
|
|
|
|
|
|
|
ra_syntax = { path = "../ra_syntax" }
|
|
|
|
tt = { path = "../ra_tt", package = "ra_tt" }
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
mbe = { path = "../ra_mbe", package = "ra_mbe" }
|