rust/crates/ra_db/Cargo.toml

16 lines
329 B
TOML
Raw Normal View History

[package]
edition = "2018"
name = "ra_db"
version = "0.1.0"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
[dependencies]
2019-01-27 20:11:17 +01:00
salsa = "0.10.0"
relative-path = "0.4.0"
rustc-hash = "1.0"
parking_lot = "0.7.0"
2019-01-25 21:27:16 +01:00
2019-01-08 13:53:32 +01:00
ra_arena = { path = "../ra_arena" }
ra_syntax = { path = "../ra_syntax" }
test_utils = { path = "../test_utils" }