iomentum / cargo-scaffold

cargo scaffold lets you scaffold and generate projects described in a simple TOML file
MIT License
57 stars 12 forks source link

Clap v4 and updating other dependencies (#43) #48

Closed gabhijit closed 11 months ago

gabhijit commented 1 year ago

Updated clap to v4 and thus we can get rid of the unwanted structopt etc.

Added documentation for generating scaffolding Opts structure and example usage.

Updated the 'libusage' example to use new build usage.

bnjjj commented 11 months ago

Published on 0.9.0 thanks !