1
0

Concurrency (sorta)

This commit is contained in:
2024-04-19 01:09:48 +03:00
parent 9e76d112fc
commit 1c925d97e7
4 changed files with 137 additions and 63 deletions

View File

@@ -17,3 +17,4 @@ serde = { version = "1.0.97", features = ["derive"] }
serde_json = "1.0.115"
tokio = { version = "1.36.0", features = ["full"] }
toml = "0.8.12"
url = "2.5.0"