aboutsummaryrefslogtreecommitdiff
path: root/code/native/Cargo.toml
diff options
context:
space:
mode:
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" }