diff options
author | Till Höppner | 2016-03-09 17:30:12 +0100 |
---|---|---|
committer | Till Höppner | 2016-03-09 17:30:12 +0100 |
commit | 58c249954e7bb8776f213248d9ca220a27c372b7 (patch) | |
tree | d8e5c408c52ddcf1033a2bb0a5b088364174fa4a /.cargo | |
parent | eca90a051b4daebe12a8421c6c4f57d5b5b9fbbd (diff) | |
download | ilc-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')
-rw-r--r-- | .cargo/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 0000000..53b69e4 --- /dev/null +++ b/.cargo/config @@ -0,0 +1 @@ +paths = ["ops", "cli", "base", "formats/weechat", "formats/energymech"] |