aboutsummaryrefslogtreecommitdiff
path: root/code/native/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 /code/native/Cargo.toml
parentb9189ed2db8cb1934e677a17fcc6282c66306df1 (diff)
Extract libeditor
Diffstat (limited to 'code/native/Cargo.toml')
-rw-r--r--code/native/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/native/Cargo.toml b/code/native/Cargo.toml
index 1648dfb33..3a27051b2 100644
--- a/code/native/Cargo.toml
+++ b/code/native/Cargo.toml
@@ -16,4 +16,4 @@ neon-build = "0.2.0"
16 16
17[dependencies] 17[dependencies]
18neon = "0.2.0" 18neon = "0.2.0"
19libsyntax2 = { path = "../../" } 19libeditor = { path = "../../libeditor" }