added anyhow and rand crate

This commit is contained in:
2025-11-12 15:13:01 +01:00
parent 73624baf90
commit 532c5a42ea

View File

@@ -12,3 +12,5 @@ serde_json = "1"
futures-util = "0.3.31"
url = "2.5.7"
uuid = {version = "1.18.1", features = ["v4", "serde"] }
anyhow = "1.0.100"
rand = "0.9.2"