diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c63209db..51dcac55 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -29,6 +29,7 @@ regex = "1" rsass = "0.9" [dependencies.tree-sitter] +version = "*" path = "../lib" [dependencies.serde_json]