feat: inital redirect api

This commit is contained in:
Elias Renman
2025-03-16 23:42:00 +01:00
parent c39af75112
commit 02a35cc555
10 changed files with 62 additions and 29 deletions

2
Cargo.lock generated
View File

@@ -165,6 +165,7 @@ dependencies = [
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
"windows-link",
]
@@ -1092,6 +1093,7 @@ dependencies = [
"rocket_codegen",
"rocket_http",
"serde",
"serde_json",
"state",
"tempfile",
"time",