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