Don't include the scripts and dot-file in the crate package.
This commit is contained in:
parent
66564f3aea
commit
a295116ae9
|
@ -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 = "*"
|
||||
|
|
Loading…
Reference in a new issue