rust/crates/ra_db/Cargo.toml
2019-05-30 13:05:09 +03:00

15 lines
324 B
TOML

[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" }