feat: add http client
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-10 21:42:20 +01:00
parent efec76d28c
commit 8923c60d9e
6 changed files with 242 additions and 163 deletions

View File

@@ -3,7 +3,6 @@ members = ["crates/*"]
resolver = "2"
[workspace.dependencies]
churn = { path = "crates/churn" }
anyhow = { version = "1" }
tokio = { version = "1", features = ["full"] }