From aae8315ea3986b40844959c4ec3d7734b124ddac Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Wed, 23 Jan 2019 18:46:15 +0000 Subject: Exclude CI scripts and rustmft config The CI scripts and the rustfmt configuration are only needed when developing. There is no point in distributing them in the package published on crates.io, so we exclude them from packaging using the exclude setting in Cargo.toml. --- nitrocli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index fe4ad7f..ace082e 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -31,6 +31,7 @@ keywords = ["nitrokey", "nitrokey-storage", "nitrokey-pro", "cli", "usb"] description = """ A command line tool for interacting with the Nitrokey Storage device. """ +exclude = ["ci/*", "rustfmt.toml"] [badges] gitlab = { repository = "d-e-s-o/nitrocli", branch = "master" } -- cgit v1.2.1