rust/crates/ra_db/Cargo.toml

19 lines
343 B
TOML
Raw Normal View History

[package]
edition = "2018"
name = "ra_db"
version = "0.1.0"
authors = ["rust-analyzer developers"]
2019-11-17 18:35:05 +03:00
[lib]
doctest = false
[dependencies]
2019-11-26 11:29:20 +03:00
salsa = "0.14.1"
2019-10-15 10:44:26 -04:00
relative-path = "1.0.0"
rustc-hash = "1.0"
2019-01-25 23:27:16 +03:00
ra_syntax = { path = "../ra_syntax" }
ra_cfg = { path = "../ra_cfg" }
ra_prof = { path = "../ra_prof" }
test_utils = { path = "../test_utils" }