]> git.lizzy.rs Git - rust.git/blob - crates/ra_cli/Cargo.toml
Merge #2706
[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 pico-args = "0.3.0"
10 env_logger = { version = "0.7.1", default-features = false, features = ["humantime"] }
11
12 ra_syntax = { path = "../ra_syntax" }
13 ra_ide = { path = "../ra_ide" }
14 ra_batch = { path = "../ra_batch" }
15 hir = { path = "../ra_hir", package = "ra_hir" }
16 hir_ty = { path = "../ra_hir_ty", package = "ra_hir_ty" }
17 hir_def = { path = "../ra_hir_def", package = "ra_hir_def" }
18 ra_db = { path = "../ra_db" }
19
20 [dependencies.ra_prof]
21 path = "../ra_prof"
22 # features = [ "cpu_profiler" ]
23 # features = [ "jemalloc" ]