rust/crates/ra_cli/Cargo.toml

23 lines
478 B
TOML
Raw Normal View History

2018-07-30 16:16:58 +03:00
[package]
2018-10-15 20:06:02 +03:00
edition = "2018"
2018-09-16 12:54:24 +03:00
name = "ra_cli"
2018-07-30 16:16:58 +03:00
version = "0.1.0"
authors = ["rust-analyzer developers"]
2018-07-30 16:16:58 +03:00
publish = false
[dependencies]
2019-10-02 10:58:15 -04:00
pico-args = "0.3.0"
2019-07-22 13:13:55 -04:00
flexi_logger = "0.14.0"
2019-11-05 10:38:50 -05:00
indicatif = "0.13.0"
2018-09-16 12:54:24 +03:00
ra_syntax = { path = "../ra_syntax" }
ra_ide_api = { path = "../ra_ide_api" }
ra_batch = { path = "../ra_batch" }
ra_hir = { path = "../ra_hir" }
ra_db = { path = "../ra_db" }
2019-06-26 13:07:26 +03:00
[dependencies.ra_prof]
path = "../ra_prof"
2019-08-17 15:29:57 +03:00
# features = [ "cpu_profiler" ]
2019-06-30 14:40:01 +03:00
# features = [ "jemalloc" ]