<div style="text-align: center;">
# cargo-advent
<img width="200" src="./resources/cargo-advent.png" alt="logo for cargo-advent project with rust cog with calendar image inside it">
> A command line utility (yes yet another) for Rust Advent of Code projects
</div>
This cli will (eventually):
| Generate a scaffolded git repository, similar to cargo init that templates the year/day for the problem | yes | 0.1.0 |
| Allow user to download input files to the repo to allow testing | No | N/A |
| Submit output for solution to the AOC website | No | N/A |
| Benchmark the solutions | No | N/A |