aboutsummaryrefslogtreecommitdiff
path: root/crates/cli/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-25 09:47:24 +0100
committerAleksey Kladov <[email protected]>2018-08-25 09:47:24 +0100
commit70333c8edfd9fd958ceb5669b578a33a289473fe (patch)
tree8722c1f5db217be94449ed13103e4bf5ca82d5d6 /crates/cli/Cargo.toml
parent220d285b4afb250e59a08e9b1ad38c2fc2275782 (diff)
remove reesports
Diffstat (limited to 'crates/cli/Cargo.toml')
-rw-r--r--crates/cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index ac89a48d3..7dbbe3f4e 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -7,5 +7,6 @@ publish = false
7[dependencies] 7[dependencies]
8clap = "2.32.0" 8clap = "2.32.0"
9failure = "0.1.1" 9failure = "0.1.1"
10libsyntax2 = { path = "../libsyntax2" }
10libeditor = { path = "../libeditor" } 11libeditor = { path = "../libeditor" }
11tools = { path = "../tools" } 12tools = { path = "../tools" }