doing some clippy and testing gittea

This commit is contained in:
Dylan Thies
2025-10-04 10:33:33 -04:00
parent 951cab12f3
commit 16161f6660
2 changed files with 73 additions and 10 deletions

47
2024/Cargo.lock generated
View File

@@ -161,6 +161,47 @@ dependencies = [
"thiserror",
]
[[package]]
name = "day-4"
version = "2024.0.0"
dependencies = [
"dhat",
"error-stack",
"glam",
"itertools",
"log",
"nom",
"test-log",
"thiserror",
]
[[package]]
name = "day-5"
version = "2024.0.0"
dependencies = [
"dhat",
"error-stack",
"itertools",
"log",
"nom",
"test-log",
"thiserror",
]
[[package]]
name = "day-6"
version = "2024.0.0"
dependencies = [
"dhat",
"error-stack",
"glam",
"itertools",
"log",
"nom",
"test-log",
"thiserror",
]
[[package]]
name = "dhat"
version = "0.3.3"
@@ -321,6 +362,12 @@ version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
[[package]]
name = "glam"
version = "0.29.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc46dd3ec48fdd8e693a98d2b8bafae273a2d54c1de02a2a7e3d57d501f39677"
[[package]]
name = "glob"
version = "0.3.1"