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