rust/crates/ra_db/Cargo.toml

16 lines
324 B
TOML
Raw Normal View History

[package]
edition = "2018"
name = "ra_db"
version = "0.1.0"
authors = ["rust-analyzer developers"]
[dependencies]
2019-05-30 05:05:09 -05:00
salsa = "0.12.1"
relative-path = "0.4.0"
rustc-hash = "1.0"
2019-01-25 14:27:16 -06:00
2019-01-08 06:53:32 -06:00
ra_arena = { path = "../ra_arena" }
ra_syntax = { path = "../ra_syntax" }
ra_prof = { path = "../ra_prof" }
test_utils = { path = "../test_utils" }