]> git.lizzy.rs Git - rust.git/blob - crates/ra_cli/Cargo.toml
Updates
[rust.git] / crates / ra_cli / Cargo.toml
1 [package]
2 edition = "2018"
3 name = "ra_cli"
4 version = "0.1.0"
5 authors = ["rust-analyzer developers"]
6 publish = false
7
8 [dependencies]
9 clap = "2.32.0"
10 failure = "0.1.4"
11 join_to_string = "0.1.1"
12 flexi_logger = "0.11.0"
13 indicatif = "0.11.0"
14
15 ra_syntax = { path = "../ra_syntax" }
16 ra_ide_api_light = { path = "../ra_ide_api_light" }
17 tools = { path = "../tools" }
18 ra_batch = { path = "../ra_batch" }
19 ra_hir = { path = "../ra_hir" }
20 ra_db = { path = "../ra_db" }