itmettkeDE / cargo-patch

Cargo Subcommand for patching dependencies using patch files
MIT License
65 stars 9 forks source link

Remove `failure` dependency #21

Closed orhun closed 2 years ago

orhun commented 2 years ago

failure is deprecated so use anyhow instead.