aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_db/Cargo.toml
blob: 827855b2fb3aa319867e75a2351b9fb67321b84c (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.1"
relative-path = "0.4.0"
rustc-hash = "1.0"

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