mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 17:28:09 +00:00
22 lines
474 B
TOML
22 lines
474 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "ra_hir"
|
|
version = "0.1.0"
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
|
|
[dependencies]
|
|
arrayvec = "0.4.10"
|
|
log = "0.4.5"
|
|
relative-path = "0.4.0"
|
|
salsa = "0.9.1"
|
|
rustc-hash = "1.0"
|
|
parking_lot = "0.7.0"
|
|
ena = "0.11"
|
|
join_to_string = "0.1.3"
|
|
ra_syntax = { path = "../ra_syntax" }
|
|
ra_arena = { path = "../ra_arena" }
|
|
ra_db = { path = "../ra_db" }
|
|
test_utils = { path = "../test_utils" }
|
|
|
|
[dev-dependencies]
|
|
flexi_logger = "0.10.0"
|