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_2022_14/Cargo.toml | |
parent | 05bdf04b1f809cd5f4187c44d27124c3806cfbe2 (diff) |
fix names of aoc crates
Diffstat (limited to 'src/tests/aoc_2022_14/Cargo.toml')
-rw-r--r-- | src/tests/aoc_2022_14/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/aoc_2022_14/Cargo.toml b/src/tests/aoc_2022_14/Cargo.toml index b8c00f5..f350c11 100644 --- a/src/tests/aoc_2022_14/Cargo.toml +++ b/src/tests/aoc_2022_14/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "aoc-2022-14" +name = "aoc_2022_14" version = "0.1.0" edition = "2021" |