rust/crates/ra_cli/Cargo.toml

21 lines
456 B
TOML
Raw Normal View History

2018-07-30 15:16:58 +02:00
[package]
2018-10-15 19:06:02 +02:00
edition = "2018"
2018-09-16 11:54:24 +02:00
name = "ra_cli"
2018-07-30 15:16:58 +02:00
version = "0.1.0"
authors = ["rust-analyzer deverlopers"]
2018-07-30 15:16:58 +02:00
publish = false
[dependencies]
clap = "2.32.0"
failure = "0.1.4"
join_to_string = "0.1.1"
flexi_logger = "0.10.0"
indicatif = "0.11.0"
2018-09-16 11:54:24 +02:00
ra_syntax = { path = "../ra_syntax" }
2019-01-08 20:30:32 +01:00
ra_ide_api_light = { path = "../ra_ide_api_light" }
2018-07-30 15:16:58 +02:00
tools = { path = "../tools" }
ra_batch = { path = "../ra_batch" }
ra_hir = { path = "../ra_hir" }
ra_db = { path = "../ra_db" }