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

[dependencies]
salsa = "0.10.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" }
test_utils = { path = "../test_utils" }