rust-analyzer/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 15:35:05 +00:00
[lib]
doctest = false
[dependencies]
2019-06-26 06:12:46 +00:00
salsa = "0.13.0"
2019-10-15 14:44:26 +00:00
relative-path = "1.0.0"
rustc-hash = "1.0"
2019-01-25 20:27:16 +00:00
ra_syntax = { path = "../ra_syntax" }
ra_cfg = { path = "../ra_cfg" }
ra_prof = { path = "../ra_prof" }
test_utils = { path = "../test_utils" }