rust/crates/ra_db/Cargo.toml
2019-10-17 13:08:33 -04:00

14 lines
280 B
TOML

[package]
edition = "2018"
name = "ra_db"
version = "0.1.0"
authors = ["rust-analyzer developers"]
[dependencies]
salsa = "0.13.0"
relative-path = "1.0.0"
rustc-hash = "1.0"
ra_syntax = { path = "../ra_syntax" }
ra_cfg = { path = "../ra_cfg" }
ra_prof = { path = "../ra_prof" }