refactor
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2024-12-30 09:57:42 +01:00
parent 9b96a21906
commit 654d4b9cba
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
7 changed files with 222 additions and 105 deletions

5
Cargo.lock generated
View file

@ -3384,22 +3384,17 @@ dependencies = [
"chrono",
"env_logger",
"futures",
"hex",
"log",
"maud",
"rayon",
"regex",
"reqwest 0.12.11",
"ring 0.16.20",
"rocket",
"rocket_cors",
"serde",
"serde_json",
"sqlx",
"tokio",
"url",
"uuid",
"walkdir",
]
[[package]]