google / authenticode-rs

Rust tools for working with Authenticode
Apache License 2.0
24 stars 7 forks source link

Add workspace dep for clap #164

Closed nicholasbishop closed 1 month ago

nicholasbishop commented 1 month ago

This deduplicates the clap dep in authenticode-tool and xtask. Note that more features are now enabled in the xtask version (since "default-features=false" isn't set), but it doesn't really matter since it's an internal tool, and the extra features were probably enabled anyway due to feature unification.