2018-07-30 08:16:58 -05:00
|
|
|
[package]
|
2018-10-15 12:06:02 -05:00
|
|
|
edition = "2018"
|
2018-09-16 04:54:24 -05:00
|
|
|
name = "ra_cli"
|
2018-07-30 08:16:58 -05:00
|
|
|
version = "0.1.0"
|
2019-02-11 02:20:04 -06:00
|
|
|
authors = ["rust-analyzer developers"]
|
2018-07-30 08:16:58 -05:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
clap = "2.32.0"
|
2018-12-31 02:53:49 -06:00
|
|
|
failure = "0.1.4"
|
2018-09-18 16:46:10 -05:00
|
|
|
join_to_string = "0.1.1"
|
2019-03-05 09:26:36 -06:00
|
|
|
flexi_logger = "0.11.0"
|
2019-02-09 11:27:11 -06:00
|
|
|
indicatif = "0.11.0"
|
|
|
|
|
2018-09-16 04:54:24 -05:00
|
|
|
ra_syntax = { path = "../ra_syntax" }
|
2019-03-20 15:52:55 -05:00
|
|
|
ra_ide_api = { path = "../ra_ide_api" }
|
2018-07-30 08:16:58 -05:00
|
|
|
tools = { path = "../tools" }
|
2019-02-09 11:27:11 -06:00
|
|
|
ra_batch = { path = "../ra_batch" }
|
|
|
|
ra_hir = { path = "../ra_hir" }
|
|
|
|
ra_db = { path = "../ra_db" }
|
2019-04-02 09:52:04 -05:00
|
|
|
ra_prof = { path = "../ra_prof" }
|