From 6eca29be1aed79d5b3c59c147906b9da82dc3085 Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 17 Oct 2023 17:14:36 -0400 Subject: [PATCH] Increment cargo version --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 91454fb..1047503 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ version = "0.3.0" repository = "https://github.com/tree-sitter/tree-sitter-dust" edition = "2018" license = "MIT" +include = ["tree_sitter_dust/"] [dependencies] ansi_term = "0.12.1"