2019-02-05 15:54:17 -06:00
|
|
|
[package]
|
|
|
|
edition = "2018"
|
|
|
|
name = "ra_batch"
|
|
|
|
version = "0.1.0"
|
2019-02-11 02:20:04 -06:00
|
|
|
authors = ["rust-analyzer developers"]
|
2019-02-05 15:54:17 -06:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
log = "0.4.5"
|
|
|
|
rustc-hash = "1.0"
|
2019-02-09 06:06:12 -06:00
|
|
|
|
2019-03-18 12:23:54 -05:00
|
|
|
ra_vfs = "0.2.0"
|
2019-02-05 15:54:17 -06:00
|
|
|
ra_db = { path = "../ra_db" }
|
2019-06-15 08:29:23 -05:00
|
|
|
ra_ide_api = { path = "../ra_ide_api" }
|
2019-02-05 15:54:17 -06:00
|
|
|
ra_hir = { path = "../ra_hir" }
|
2019-02-09 06:06:12 -06:00
|
|
|
ra_project_model = { path = "../ra_project_model" }
|