DanielKeep / cargo-script

Cargo script subcommand
Other
729 stars 37 forks source link

Cache is saved to `~/.cargo/.cargo/binary-cache` #34

Closed gyscos closed 7 years ago

gyscos commented 7 years ago

When $CARGO_HOME is declared (probably done cargo itself / rustup, since it's not defined in the shell), cargo-script will save its binary cache to ${CARGO_HOME}/.cargo/binary-cache, which sounds a bit redundant.