mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-17 02:08:30 +00:00
15 lines
336 B
TOML
15 lines
336 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "ra_db"
|
|
version = "0.1.0"
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
|
|
[dependencies]
|
|
relative-path = "0.4.0"
|
|
salsa = "0.10.0-alpha5"
|
|
rustc-hash = "1.0"
|
|
parking_lot = "0.7.0"
|
|
|
|
ra_arena = { path = "../ra_arena" }
|
|
ra_syntax = { path = "../ra_syntax" }
|
|
test_utils = { path = "../test_utils" }
|