aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Höppner2016-03-09 17:30:12 +0100
committerTill Höppner2016-03-09 17:30:12 +0100
commit58c249954e7bb8776f213248d9ca220a27c372b7 (patch)
treed8e5c408c52ddcf1033a2bb0a5b088364174fa4a /Cargo.toml
parenteca90a051b4daebe12a8421c6c4f57d5b5b9fbbd (diff)
downloadilc-58c249954e7bb8776f213248d9ca220a27c372b7.tar.gz
ilc-58c249954e7bb8776f213248d9ca220a27c372b7.tar.xz
ilc-58c249954e7bb8776f213248d9ca220a27c372b7.zip
Override crates.io
During development and CI the repo contents are to be tested, but .cargo shouldn't be published.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b7c0a93..5352d0b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ license = "Apache-2.0"
name = "ilc"
repository = "https://github.com/tilpner/ilc"
version = "0.3.0"
+exclude = [".cargo/**"]
[[bin]]
name = "ilc"