diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-01-29 10:22:30 +0000 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-01-29 10:22:30 +0000 |
commit | 451d814ba6c53378874227f470252f7682c3089e (patch) | |
tree | 41afeae1100d993a0066026df8d0ac7f5ed972fe | |
parent | 12b6a4d6c56cba4c2a87027d7c5f26ebe42d3315 (diff) | |
download | nitrokey-rs-451d814ba6c53378874227f470252f7682c3089e.tar.gz nitrokey-rs-451d814ba6c53378874227f470252f7682c3089e.tar.bz2 |
Exclude build files in crates.io package
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ keywords = ["nitrokey", "otp"] categories = ["api-bindings"] readme = "README.md" license = "MIT" +exclude = [".builds/*"] [dependencies] libc = "0.2" |