From 695b6aff59f1efccc69a09debfa945411cb4385d Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 5 Feb 2019 12:12:21 -0800 Subject: [PATCH] lib: fix cargo includes --- lib/Cargo.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 76af148e..1d5121e3 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -9,14 +9,12 @@ keywords = ["incremental", "parsing"] categories = ["api-bindings", "parsing", "text-editors"] include = [ + "/binding/*", "/build.rs", "/Cargo.toml", - "/LICENSE", - "/README.md", + "/include/*", "/src/*", - "/core/tree-sitter/externals/utf8proc/utf8proc*", - "/core/tree-sitter/include/*", - "/core/tree-sitter/src/runtime/*", + "/utf8proc/*", ] [dependencies]