2018-11-28 03:25:20 +03:00
|
|
|
[package]
|
|
|
|
edition = "2018"
|
|
|
|
name = "ra_db"
|
|
|
|
version = "0.1.0"
|
2019-02-11 10:20:04 +02:00
|
|
|
authors = ["rust-analyzer developers"]
|
2018-11-28 03:25:20 +03:00
|
|
|
|
2019-11-17 18:35:05 +03:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2018-11-28 03:25:20 +03:00
|
|
|
[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"
|
2018-11-28 03:25:20 +03:00
|
|
|
rustc-hash = "1.0"
|
2019-01-25 23:27:16 +03:00
|
|
|
|
2018-11-28 03:25:20 +03:00
|
|
|
ra_syntax = { path = "../ra_syntax" }
|
2019-09-30 06:52:15 +08:00
|
|
|
ra_cfg = { path = "../ra_cfg" }
|
2019-05-22 11:31:07 +03:00
|
|
|
ra_prof = { path = "../ra_prof" }
|
2019-11-03 20:53:17 +03:00
|
|
|
test_utils = { path = "../test_utils" }
|