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