From ba32f884a8401697b01fa039b7899c559cafe99f Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 5 Feb 2019 11:43:10 -0800 Subject: [PATCH] Add a version for the CLI's dependency on tree-sitter library --- cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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]