rust-analyzer/crates/ra_cli/Cargo.toml

26 lines
697 B
TOML
Raw Normal View History

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"
authors = ["rust-analyzer developers"]
2018-07-30 13:16:58 +00:00
publish = false
[dependencies]
itertools = "0.8.0"
2019-10-02 14:58:15 +00:00
pico-args = "0.3.0"
env_logger = { version = "0.7.1", default-features = false }
rand = { version = "0.7.0", features = ["small_rng"] }
2018-09-16 09:54:24 +00:00
ra_syntax = { path = "../ra_syntax" }
2019-11-27 18:32:33 +00:00
ra_ide = { path = "../ra_ide" }
ra_batch = { path = "../ra_batch" }
2019-12-08 11:44:14 +00:00
hir = { path = "../ra_hir", package = "ra_hir" }
hir_ty = { path = "../ra_hir_ty", package = "ra_hir_ty" }
hir_def = { path = "../ra_hir_def", package = "ra_hir_def" }
ra_db = { path = "../ra_db" }
2019-06-26 10:07:26 +00:00
[dependencies.ra_prof]
path = "../ra_prof"
2019-08-17 12:29:57 +00:00
# features = [ "cpu_profiler" ]
2019-06-30 11:40:01 +00:00
# features = [ "jemalloc" ]