pimutils / mates.rs

A very simple commandline addressbook
MIT License
63 stars 9 forks source link

Remove dependency to git #14

Closed DamienCassou closed 8 years ago

DamienCassou commented 8 years ago

To facilitate packaging of mates.rs, it would be better if mates dependencies would be in crates.io. The problem is discussed at https://github.com/NixOS/nixpkgs/pull/10661

untitaker commented 8 years ago

Binary support for crates.io is still in beta, and the Cargo.lock pins all dependencies. If you pin to the correct tag, hash mismatches shouldn't occur accidentally.

If rust 1.5 lands I'll release the next version of mates through crates.io, but OTOH I don't see a need to.

untitaker commented 8 years ago

Is now on crates.io, also tagged in git. See README for usage. cargo install also has flags that allow installation with a custom prefix (for packaging purposes).