diff options
author | Aria Shrimpton <me@aria.rip> | 2024-03-01 13:40:34 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-03-01 13:40:34 +0000 |
commit | 9adbfb5c3051a5a0a3377c6c1bf2331ab9009f02 (patch) | |
tree | 106f8d05ac5600072dd7d907134f88975113d35c /src/tests/aoc_2021_09 | |
parent | 05bdf04b1f809cd5f4187c44d27124c3806cfbe2 (diff) |
fix names of aoc crates
Diffstat (limited to 'src/tests/aoc_2021_09')
-rw-r--r-- | src/tests/aoc_2021_09/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/aoc_2021_09/Cargo.toml b/src/tests/aoc_2021_09/Cargo.toml index 49da8bb..be7eda4 100644 --- a/src/tests/aoc_2021_09/Cargo.toml +++ b/src/tests/aoc_2021_09/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "aoc-2021-09" +name = "aoc_2021_09" version = "0.1.0" edition = "2021" |