rust/crates/ra_hir/Cargo.toml

22 lines
454 B
TOML
Raw Normal View History

2018-11-27 18:42:26 -06:00
[package]
edition = "2018"
name = "ra_hir"
version = "0.1.0"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
[dependencies]
2018-12-18 08:22:48 -06:00
arrayvec = "0.4.9"
2018-11-27 18:42:26 -06:00
log = "0.4.5"
relative-path = "0.4.0"
salsa = "0.8.0"
rustc-hash = "1.0"
parking_lot = "0.6.4"
2018-11-28 12:03:30 -06:00
id-arena = "2.0"
2018-11-27 18:42:26 -06:00
ra_syntax = { path = "../ra_syntax" }
ra_editor = { path = "../ra_editor" }
ra_db = { path = "../ra_db" }
test_utils = { path = "../test_utils" }
[dev-dependencies]
flexi_logger = "0.10.0"