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

@@ -22,5 +22,6 @@ rand = "0.9"
thiserror = "2.0"
anyhow = "1.0"
url = "2.5"
compact_str = { version = "0.9.0", features = ["bytes"] }
time = "0.3"
bytes = "1.10"