From a295116ae918c2c5709e043055a364dd047b5af3 Mon Sep 17 00:00:00 2001 From: kennytm Date: Sun, 5 Jul 2015 03:54:00 +0800 Subject: [PATCH] Don't include the scripts and dot-file in the crate package. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3100567..3b17ffd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,9 @@ keywords = ["qrcode"] repository = "https://github.com/kennytm/qrcode-rust" readme = "README.md" documentation = "http://kennytm.github.io/qrcode-rust/qrcode-rust/qrcode/" +exclude = [ + "scripts/*", ".travis.yml", ".gitignore" +] [dependencies] num = "*"