mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 17:58:16 +00:00
20 lines
408 B
TOML
20 lines
408 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "ra_batch"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
log = "0.4.5"
|
|
rustc-hash = "1.0"
|
|
crossbeam-channel = "0.4.0"
|
|
|
|
ra_vfs = "0.5.0"
|
|
ra_vfs_glob = { path = "../ra_vfs_glob" }
|
|
ra_db = { path = "../ra_db" }
|
|
ra_ide = { path = "../ra_ide" }
|
|
ra_hir = { path = "../ra_hir" }
|
|
ra_project_model = { path = "../ra_project_model" }
|