Installing via cargo (cargo install vanity_gpg) (vanity_gpg v0.3.0, not the latest version) result in an error: error[E0432]: unresolved import 'clap::Clap'
Installing directly from the repo (version 0.3.1) works fine: cargo install --git https://github.com/RedL0tus/VanityGPG.git
I think that the cargo package must be updated to the latest version.
Installing via cargo (
cargo install vanity_gpg
) (vanity_gpg v0.3.0, not the latest version) result in an error:error[E0432]: unresolved import 'clap::Clap'
Installing directly from the repo (version 0.3.1) works fine:cargo install --git https://github.com/RedL0tus/VanityGPG.git
I think that the cargo package must be updated to the latest version.