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.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/crates/libeditor/Cargo.toml b/crates/libeditor/Cargo.toml
new file mode 100644
index 000000000..d6423979b
--- /dev/null
+++ b/crates/libeditor/Cargo.toml
@@ -0,0 +1,10 @@
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 = "../libsyntax2" }