aboutsummaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-05 17:06:14 +0100
committerAleksey Kladov <[email protected]>2018-08-05 17:06:14 +0100
commit80366e90f5c1b809c8902e42dced42c0dc9d92ac (patch)
treed0c7c97a47bdb9375325569020290738e859eff7 /cli/Cargo.toml
parent60ba52b3e022aa88b011295b38fcf50fe440d1f9 (diff)
File symnols
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index a259eef63..ac89a48d3 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -7,5 +7,5 @@ publish = false
7[dependencies] 7[dependencies]
8clap = "2.32.0" 8clap = "2.32.0"
9failure = "0.1.1" 9failure = "0.1.1"
10libsyntax2 = { path = "../" } 10libeditor = { path = "../libeditor" }
11tools = { path = "../tools" } 11tools = { path = "../tools" }