mirror of
https://github.com/eliasrenman/url-shortener.git
synced 2026-03-16 20:16:06 +01:00
feat: basic creation and deletion of urls
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user