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

replace/d91b5f2d18578dd0f5508c4034a83f662766991b
kennytm 2015-07-05 03:54:00 +08:00
parent 66564f3aea
commit a295116ae9
1 changed files with 3 additions and 0 deletions

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