rust/crates/ra_batch/Cargo.toml

21 lines
408 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
2019-11-17 16:35:05 +01:00
[lib]
doctest = false
2019-02-05 22:54:17 +01:00
[dependencies]
log = "0.4.5"
rustc-hash = "1.0"
crossbeam-channel = "0.4.0"
2019-02-09 13:06:12 +01:00
2019-10-15 16:44:26 +02:00
ra_vfs = "0.5.0"
ra_vfs_glob = { path = "../ra_vfs_glob" }
2019-02-05 22:54:17 +01:00
ra_db = { path = "../ra_db" }
2019-11-27 19:32:33 +01:00
ra_ide = { path = "../ra_ide" }
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" }