diff options
author | Till Höppner | 2016-03-09 18:56:15 +0100 |
---|---|---|
committer | Till Höppner | 2016-03-09 18:56:15 +0100 |
commit | a04f7c45e5f6e0d656d6e6a87d63ce2bcaa0865b (patch) | |
tree | cbe502d0287b4d40a3cee98d433973a4336ae710 /Cargo.toml | |
parent | 58c249954e7bb8776f213248d9ca220a27c372b7 (diff) | |
download | ilc-a04f7c45e5f6e0d656d6e6a87d63ce2bcaa0865b.tar.gz ilc-a04f7c45e5f6e0d656d6e6a87d63ce2bcaa0865b.tar.xz ilc-a04f7c45e5f6e0d656d6e6a87d63ce2bcaa0865b.zip |
Mock .git for packaging purposes
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ license = "Apache-2.0" name = "ilc" repository = "https://github.com/tilpner/ilc" version = "0.3.0" +build = "build.rs" exclude = [".cargo/**"] [[bin]] |