2019-01-31 13:40:05 +03:00
|
|
|
[package]
|
|
|
|
edition = "2018"
|
2019-01-31 21:09:43 +03:00
|
|
|
name = "ra_mbe"
|
2019-01-31 13:40:05 +03:00
|
|
|
version = "0.1.0"
|
2019-02-11 10:20:04 +02:00
|
|
|
authors = ["rust-analyzer developers"]
|
2019-01-31 13:40:05 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2019-01-31 21:29:04 +03:00
|
|
|
ra_syntax = { path = "../ra_syntax" }
|
2019-02-23 14:07:29 +03:00
|
|
|
ra_parser = { path = "../ra_parser" }
|
2019-01-31 21:09:43 +03:00
|
|
|
tt = { path = "../ra_tt", package = "ra_tt" }
|
2019-04-05 03:39:54 +08:00
|
|
|
itertools = "0.8.0"
|
2019-01-31 13:59:39 +03:00
|
|
|
rustc-hash = "1.0.0"
|