]> git.lizzy.rs Git - rust.git/blob - crates/ra_db/Cargo.toml
Remove relative_path dependency
[rust.git] / crates / ra_db / Cargo.toml
1 [package]
2 edition = "2018"
3 name = "ra_db"
4 version = "0.1.0"
5 authors = ["rust-analyzer developers"]
6
7 [lib]
8 doctest = false
9
10 [dependencies]
11 salsa = "0.15.0"
12 rustc-hash = "1.1.0"
13
14 ra_syntax = { path = "../ra_syntax" }
15 ra_cfg = { path = "../ra_cfg" }
16 ra_prof = { path = "../ra_prof" }
17 ra_tt = { path = "../ra_tt" }
18 test_utils = { path = "../test_utils" }
19 vfs = { path = "../vfs" }
20 stdx = { path = "../stdx" }