2018-07-30 13:16:58 +00:00
|
|
|
[package]
|
2018-10-15 17:06:02 +00:00
|
|
|
edition = "2018"
|
2018-09-16 09:54:24 +00:00
|
|
|
name = "ra_cli"
|
2018-07-30 13:16:58 +00:00
|
|
|
version = "0.1.0"
|
2019-02-11 08:20:04 +00:00
|
|
|
authors = ["rust-analyzer developers"]
|
2018-07-30 13:16:58 +00:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
clap = "2.32.0"
|
2019-06-20 19:09:39 +00:00
|
|
|
flexi_logger = "0.13.0"
|
2019-02-09 17:27:11 +00:00
|
|
|
indicatif = "0.11.0"
|
|
|
|
|
2018-09-16 09:54:24 +00:00
|
|
|
ra_syntax = { path = "../ra_syntax" }
|
2019-03-20 20:52:55 +00:00
|
|
|
ra_ide_api = { path = "../ra_ide_api" }
|
2019-02-09 17:27:11 +00:00
|
|
|
ra_batch = { path = "../ra_batch" }
|
|
|
|
ra_hir = { path = "../ra_hir" }
|
|
|
|
ra_db = { path = "../ra_db" }
|
2019-06-26 10:07:26 +00:00
|
|
|
|
|
|
|
[dependencies.ra_prof]
|
|
|
|
path = "../ra_prof"
|
|
|
|
# features = [ "cpuprofiler" ]
|
2019-06-30 11:40:01 +00:00
|
|
|
# features = [ "jemalloc" ]
|