aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_db/Cargo.toml
blob: 2d39b77ed430716b12fa214a4f12be8d657986a8 (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 = ["Aleksey Kladov <[email protected]>"]

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

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