Use PuzzleUtils

This commit is contained in:
2024-11-18 11:52:30 +01:00
parent a875d889fa
commit 3bb1616d7e
7 changed files with 37 additions and 144 deletions

6
Cargo.lock generated
View File

@@ -12,11 +12,17 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
[[package]]
name = "utils"
version = "0.1.0"
source = "git+https://git.plobos.xyz/projects/PuzzleUtils.git#49b0f24c1bdc2c04df237634607df15f19fb3ead"
[[package]]
name = "y2015"
version = "0.1.0"
dependencies = [
"md5",
"utils",
]
[[package]]