mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-17 02:08:30 +00:00
15 lines
324 B
TOML
15 lines
324 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "ra_db"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
|
|
[dependencies]
|
|
salsa = "0.12.0"
|
|
relative-path = "0.4.0"
|
|
rustc-hash = "1.0"
|
|
|
|
ra_arena = { path = "../ra_arena" }
|
|
ra_syntax = { path = "../ra_syntax" }
|
|
ra_prof = { path = "../ra_prof" }
|
|
test_utils = { path = "../test_utils" }
|