rust/crates/ra_batch/Cargo.toml

21 lines
400 B
TOML
Raw Normal View History

2019-02-05 22:54:17 +01:00
[package]
edition = "2018"
name = "ra_batch"
version = "0.1.0"
authors = ["rust-analyzer developers"]
2019-02-05 22:54:17 +01:00
[dependencies]
log = "0.4.5"
rustc-hash = "1.0"
2019-02-09 13:06:12 +01:00
failure = "0.1.4"
2019-02-05 22:54:17 +01:00
ra_vfs = "0.2.0"
2019-02-05 22:54:17 +01:00
ra_syntax = { path = "../ra_syntax" }
ra_db = { path = "../ra_db" }
ra_hir = { path = "../ra_hir" }
2019-02-09 13:06:12 +01:00
ra_project_model = { path = "../ra_project_model" }
2019-02-05 22:54:17 +01:00
[dev-dependencies]
test_utils = { path = "../test_utils" }