rust-analyzer/crates/ra_mbe/Cargo.toml

15 lines
312 B
TOML
Raw Normal View History

2019-01-31 10:40:05 +00:00
[package]
edition = "2018"
2019-01-31 18:09:43 +00:00
name = "ra_mbe"
2019-01-31 10:40:05 +00:00
version = "0.1.0"
authors = ["rust-analyzer developers"]
2019-01-31 10:40:05 +00:00
[dependencies]
2019-01-31 18:29:04 +00:00
ra_syntax = { path = "../ra_syntax" }
2019-02-23 11:07:29 +00:00
ra_parser = { path = "../ra_parser" }
2019-01-31 18:09:43 +00:00
tt = { path = "../ra_tt", package = "ra_tt" }
itertools = "0.8.0"
2019-01-31 10:59:39 +00:00
rustc-hash = "1.0.0"
2019-04-24 15:01:32 +00:00
smallvec = "0.6.9"
2019-04-25 15:12:57 +00:00
log = "0.4.5"