diff --git a/kls/Cargo.toml b/kls/Cargo.toml index 5aa940d..6349258 100644 --- a/kls/Cargo.toml +++ b/kls/Cargo.toml @@ -20,7 +20,7 @@ bench = false # Uncomment below and comment out above for testing local changes. # Otherwise any changes to the local files will not reflect in the compiled # binary. -kanata-parser = { path = "../kanata-local/parser" } +kanata-parser = { path = "../kanata/parser" } console_error_panic_hook = "0.1.6" js-sys = "0.3.53"