2018-11-27 18:25:20 -06:00
|
|
|
[package]
|
|
|
|
edition = "2018"
|
|
|
|
name = "ra_db"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2018-12-27 03:59:30 -06:00
|
|
|
backtrace = "0.3.1"
|
2018-11-27 18:25:20 -06:00
|
|
|
relative-path = "0.4.0"
|
|
|
|
salsa = "0.8.0"
|
|
|
|
rustc-hash = "1.0"
|
|
|
|
parking_lot = "0.6.4"
|
|
|
|
ra_syntax = { path = "../ra_syntax" }
|
|
|
|
ra_editor = { path = "../ra_editor" }
|
|
|
|
test_utils = { path = "../test_utils" }
|