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