Ajout de fonctionnalité de download asynchrone au pmocache

This commit is contained in:
2025-10-17 19:48:53 +02:00
parent 082914cf8c
commit 9bd0cd173b
14 changed files with 2194 additions and 88 deletions

2
Cargo.lock generated
View File

@@ -2279,12 +2279,14 @@ dependencies = [
"anyhow",
"axum",
"chrono",
"futures-util",
"hex",
"reqwest",
"rusqlite",
"serde",
"sha1",
"tokio",
"tokio-util",
"tracing",
"utoipa",
]