A template for cargo-generate for crates.lurey.io.
This is an opioniated template for creating new crates that are intended to be managed by crates.lurey.io, and a such there are no stability or really any guarantee at all.
Install cargo-generate, and then run:
cargo generate gh:crates-lurey-io/templateThe following are dev-dependencies that are used by the generated project:
cargo-binstall; for downloading pre-built binaries instead of building.cargo-llvm-cov; for generating code coverage reports.cargo-nextest; for running tests in a project.cargo-run-bin; for running vendored tools in a project.just: for running commands in a project.