From 966e9db2b83802dfb55d55bd3a26e69dced1bbd7 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 1 Aug 2018 10:40:07 +0300 Subject: Extract libeditor --- code/native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/native/Cargo.toml') 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" [dependencies] neon = "0.2.0" -libsyntax2 = { path = "../../" } +libeditor = { path = "../../libeditor" } -- cgit v1.2.3