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

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-11-23 22:58:43 +01:00
parent 610a465279
commit 7487e7336e
6 changed files with 324 additions and 82 deletions

View File

@@ -15,3 +15,6 @@ axum.workspace = true
serde = { version = "1.0.197", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4"] }
tower-http = { version = "0.5.2", features = ["cors", "trace"] }
notmad = "0.5.0"
tokio-util = "0.7.12"
async-trait = "0.1.83"