diff options
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r-- | cli/Cargo.toml | 2 |
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] |
8 | clap = "2.32.0" | 8 | clap = "2.32.0" |
9 | failure = "0.1.1" | 9 | failure = "0.1.1" |
10 | libsyntax2 = { path = "../" } | 10 | libeditor = { path = "../libeditor" } |
11 | tools = { path = "../tools" } | 11 | tools = { path = "../tools" } |