[](https://crates.io/crates/{{ project-name }})
[](https://docs.rs/{{ project-name }})
[](https://codecov.io/gh/DuskSystems/{{ project-name }})
[](https://codspeed.io/DuskSystems/{{ project-name }})
{{ description }}
> cargo generate \
--git https://github.com/DuskSystems/template.git \
--name {{ project-name }} \
--define description="{{ description }}" \
--define keywords='{{ keywords }}' \
--define categories='{{ categories }}'
> cd {{ project-name }}
> git add .
> git commit -m "feat: Initial commit"
> ./scripts/setup.shDelete this section from the README, and scripts/setup.sh.
{{ project-name }} is licensed under the terms of both the MIT License and the Apache License (Version 2.0).