fix: rename package to advent_of_code (#13)

`aoc` shadowed the `aoc-cli` binary which could lead to issues.

closes #12
This commit is contained in:
Felix Spöttel
2022-11-29 20:17:00 +01:00
committed by GitHub
parent 9bc635a056
commit d0b923f727
8 changed files with 22 additions and 22 deletions

View File

@@ -100,7 +100,7 @@ Displayed _timings_ show the raw execution time of your solution without overhea
cargo all
# output:
# Running `target/release/aoc`
# Running `target/release/advent_of_code`
# ----------
# | Day 01 |
# ----------