aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_db/Cargo.toml
blob: 08aef9bf524bb39d429b9d539eca7982b3ce180f (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 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" }
test_utils = { path = "../test_utils" }