rust/crates/ra_batch/Cargo.toml

18 lines
393 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-08-25 12:04:56 +02:00
crossbeam-channel = "0.3.5"
2019-02-09 13:06:12 +01:00
2019-09-06 15:25:24 +02:00
ra_vfs = "0.4.0"
ra_vfs_glob = { path = "../ra_vfs_glob" }
2019-02-05 22:54:17 +01:00
ra_db = { path = "../ra_db" }
2019-06-15 15:29:23 +02:00
ra_ide_api = { path = "../ra_ide_api" }
2019-02-05 22:54:17 +01:00
ra_hir = { path = "../ra_hir" }
2019-02-09 13:06:12 +01:00
ra_project_model = { path = "../ra_project_model" }