rust/crates/ra_db/Cargo.toml

20 lines
375 B
TOML
Raw Normal View History

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