diff --git a/Cargo.toml b/Cargo.toml index 1047503..5ab950d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ version = "0.3.0" repository = "https://github.com/tree-sitter/tree-sitter-dust" edition = "2018" license = "MIT" -include = ["tree_sitter_dust/"] +include = ["/src", "/tests", "/examples", "/tree-sitter-dust"] [dependencies] ansi_term = "0.12.1"