From 25ff9dc680d92178fb9830d34d9a027a7a76d27b Mon Sep 17 00:00:00 2001 From: Xidorn Quan Date: Mon, 14 Aug 2017 09:09:01 +1000 Subject: Only include necessary files in package --- Cargo.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d384b8bf..30c319f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,11 +16,10 @@ documentation = "https://docs.rs/bindgen" version = "0.29.0" build = "build.rs" -exclude = [ - "bindgen-integration", - "ci", - "tests/**", - "*.orig", +include = [ + "Cargo.toml", + "build.rs", + "src/*.rs", ] [badges] -- cgit v1.2.3