From 966e9db2b83802dfb55d55bd3a26e69dced1bbd7 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 1 Aug 2018 10:40:07 +0300 Subject: Extract libeditor --- libeditor/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libeditor/Cargo.toml (limited to 'libeditor/Cargo.toml') 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 @@ +[package] +name = "libeditor" +version = "0.1.0" +authors = ["Aleksey Kladov "] +publish = false + +[dependencies] +libsyntax2 = { path = "../" } +text_unit = "0.1.2" -- cgit v1.2.3