rust/crates/ra_mbe/Cargo.toml

12 lines
239 B
TOML
Raw Normal View History

2019-01-31 04:40:05 -06:00
[package]
edition = "2018"
2019-01-31 12:09:43 -06:00
name = "ra_mbe"
2019-01-31 04:40:05 -06:00
version = "0.1.0"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
[dependencies]
2019-01-31 12:29:04 -06:00
ra_syntax = { path = "../ra_syntax" }
2019-01-31 12:09:43 -06:00
tt = { path = "../ra_tt", package = "ra_tt" }
2019-01-31 12:29:04 -06:00
2019-01-31 04:59:39 -06:00
rustc-hash = "1.0.0"