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
|
|
|
|
|
|
|
[dependencies]
|
2019-04-04 02:02:53 -05:00
|
|
|
salsa = "0.12.0"
|
2018-11-27 18:25:20 -06:00
|
|
|
relative-path = "0.4.0"
|
|
|
|
rustc-hash = "1.0"
|
2018-12-27 07:14:24 -06:00
|
|
|
parking_lot = "0.7.0"
|
2019-01-25 14:27:16 -06:00
|
|
|
|
2019-01-08 06:53:32 -06:00
|
|
|
ra_arena = { path = "../ra_arena" }
|
2018-11-27 18:25:20 -06:00
|
|
|
ra_syntax = { path = "../ra_syntax" }
|
|
|
|
test_utils = { path = "../test_utils" }
|