aboutsummaryrefslogtreecommitdiff
path: root/crates/cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/cli/Cargo.toml')
-rw-r--r--crates/cli/Cargo.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
deleted file mode 100644
index 7dbbe3f4e..000000000
--- a/crates/cli/Cargo.toml
+++ /dev/null
@@ -1,12 +0,0 @@
1[package]
2name = "cli"
3version = "0.1.0"
4authors = ["Aleksey Kladov <[email protected]>"]
5publish = false
6
7[dependencies]
8clap = "2.32.0"
9failure = "0.1.1"
10libsyntax2 = { path = "../libsyntax2" }
11libeditor = { path = "../libeditor" }
12tools = { path = "../tools" }