Don't include the scripts and dot-file in the crate package.

This commit is contained in:
kennytm 2015-07-05 03:54:00 +08:00
parent 66564f3aea
commit a295116ae9

View file

@ -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 = "*"