aboutsummaryrefslogtreecommitdiff
path: root/libeditor/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-10 20:33:29 +0100
committerAleksey Kladov <[email protected]>2018-08-10 20:33:29 +0100
commit7c67612b8a894187fa3b64725531a5459f9211bf (patch)
tree9e2a536efa0c880d921fd8d4d74423afc9451fd4 /libeditor/Cargo.toml
parent26262aaf05983c5b7f41cc438e287523268fe1eb (diff)
organizize
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 = "../" }