aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cli/Cargo.toml
diff options
context:
space:
mode:
authorAlexander Ekdahl <[email protected]>2019-11-30 00:40:59 +0000
committerAlexander Ekdahl <[email protected]>2019-11-30 00:40:59 +0000
commit3fe539ce51f417605a6da6bc3c6d135053b1ee67 (patch)
tree52bedc4afbd67e4a5bb34a89c70eeaa09d1d2b00 /crates/ra_cli/Cargo.toml
parent1793abf4fd1382a8b9bae798139aaebdc33b673e (diff)
Remove log dependency from ra_cli
Diffstat (limited to 'crates/ra_cli/Cargo.toml')
-rw-r--r--crates/ra_cli/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_cli/Cargo.toml b/crates/ra_cli/Cargo.toml
index f63f40c99..21a37c7bf 100644
--- a/crates/ra_cli/Cargo.toml
+++ b/crates/ra_cli/Cargo.toml
@@ -7,7 +7,6 @@ publish = false
7 7
8[dependencies] 8[dependencies]
9pico-args = "0.3.0" 9pico-args = "0.3.0"
10log = "0.4"
11env_logger = { version = "0.7.1", default-features = false, features = ["humantime"] } 10env_logger = { version = "0.7.1", default-features = false, features = ["humantime"] }
12 11
13ra_syntax = { path = "../ra_syntax" } 12ra_syntax = { path = "../ra_syntax" }