aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_db/Cargo.toml
blob: 75bcf2b393e6571fe725f98328acd404fa402558 (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]
backtrace = "0.3.1"
relative-path = "0.4.0"
salsa = "0.9.0"
rustc-hash = "1.0"
parking_lot = "0.7.0"
ra_syntax = { path = "../ra_syntax" }
ra_editor = { path = "../ra_editor" }
test_utils = { path = "../test_utils" }