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

[dependencies]
relative-path = "0.4.0"
salsa = "0.9.1"
rustc-hash = "1.0"
parking_lot = "0.7.0"
ra_arena = { path = "../ra_arena" }
ra_syntax = { path = "../ra_syntax" }
test_utils = { path = "../test_utils" }