aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/Cargo.toml
blob: b7f03cd38125f4153eaee45224a28f5a8d1f9258 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
edition = "2018"
name = "ra_mbe"
version = "0.1.0"
authors = ["Aleksey Kladov <[email protected]>"]

[dependencies]
tt = { path = "../ra_tt", package = "ra_tt" }
rustc-hash = "1.0.0"
smol_str = "0.1.9"