aboutsummaryrefslogtreecommitdiff
path: root/crates/libeditor/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/libeditor/Cargo.toml')
-rw-r--r--crates/libeditor/Cargo.toml15
1 files changed, 0 insertions, 15 deletions
diff --git a/crates/libeditor/Cargo.toml b/crates/libeditor/Cargo.toml
deleted file mode 100644
index b04da1abe..000000000
--- a/crates/libeditor/Cargo.toml
+++ /dev/null
@@ -1,15 +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"
10join_to_string = "0.1.1"
11
12libsyntax2 = { path = "../libsyntax2" }
13
14[dev-dependencies]
15test_utils = { path = "../test_utils" }