aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_db/Cargo.toml
blob: 5328303d2ae46eba0f83a5939afc83103c09ac2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
edition = "2018"
name = "ra_db"
version = "0.1.0"
authors = ["rust-analyzer developers"]

[dependencies]
salsa = "0.12.0"
relative-path = "0.4.0"
rustc-hash = "1.0"
parking_lot = "0.7.0"

ra_arena = { path = "../ra_arena" }
ra_syntax = { path = "../ra_syntax" }
ra_prof = { path = "../ra_prof" }
test_utils = { path = "../test_utils" }