implement random url generator

This commit is contained in:
2025-09-01 19:46:17 +09:00
parent f441abd5eb
commit 1b661f9848
8 changed files with 214 additions and 2 deletions

View File

@@ -9,4 +9,7 @@ tower = { workspace = true }
reqwest = {workspace = true}
url = {workspace = true}
rand = {workspace = true}
bytes = {workspace = true}
thiserror = {workspace = true}
compact_str = {workspace = true}
bytes = {workspace = true}
regex = "1.11"