aboutsummaryrefslogtreecommitdiff
path: root/libeditor/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-01 08:40:07 +0100
committerAleksey Kladov <[email protected]>2018-08-01 08:40:07 +0100
commit966e9db2b83802dfb55d55bd3a26e69dced1bbd7 (patch)
tree6d3bda084eab1221bcad7602aa26a2c307850a72 /libeditor/Cargo.toml
parentb9189ed2db8cb1934e677a17fcc6282c66306df1 (diff)
Extract libeditor
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"