Skip to content

Fix warning at build time for clap dependency

Ben Brown requested to merge (removed):benbrown/clap-warning into master

Fixes the following warning when cargo building: "warning: dependency (clap) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions"

Merge request reports