feat: basic creation and deletion of urls

This commit is contained in:
Elias Renman
2025-03-24 10:16:37 +01:00
parent e789cf5a2c
commit 1f65d20d75
27 changed files with 446 additions and 26 deletions

View File

@@ -18,4 +18,5 @@ reqwest = { version = "0.12.14", default-features = false, features = [
rocket = { version = "0.5.1", features = ["json"] }
rocket_oauth2 = "0.5.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
uuid = { version = "1.16.0", features = ["v3", "v5"] }