aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_batch/Cargo.toml
blob: 62850746feb1444d340e7676ff1f697c9ae6c1ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
edition = "2018"
name = "ra_batch"
version = "0.1.0"
authors = ["rust-analyzer developers"]

[dependencies]
log = "0.4.5"
rustc-hash = "1.0"
crossbeam-channel = "0.3.5"

ra_vfs = "0.4.0"
ra_vfs_glob = { path = "../ra_vfs_glob" }
ra_db = { path = "../ra_db" }
ra_ide_api = { path = "../ra_ide_api" }
ra_hir = { path = "../ra_hir" }
ra_project_model = { path = "../ra_project_model" }