diff options
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" |