rust/crates/ra_mbe/Cargo.toml

20 lines
375 B
TOML
Raw Normal View History

2019-01-31 11:40:05 +01:00
[package]
edition = "2018"
2019-01-31 19:09:43 +01:00
name = "ra_mbe"
2019-01-31 11:40:05 +01:00
version = "0.1.0"
authors = ["rust-analyzer developers"]
2019-01-31 11:40:05 +01:00
2019-11-17 16:35:05 +01:00
[lib]
doctest = false
2019-01-31 11:40:05 +01:00
[dependencies]
2019-01-31 19:29:04 +01:00
ra_syntax = { path = "../ra_syntax" }
2019-02-23 12:07:29 +01:00
ra_parser = { path = "../ra_parser" }
2019-01-31 19:09:43 +01:00
tt = { path = "../ra_tt", package = "ra_tt" }
2020-02-18 14:57:41 +01:00
rustc-hash = "1.1.0"
smallvec = "1.2.0"
log = "0.4.8"
[dev-dependencies]
test_utils = { path = "../test_utils" }