feat: add cancellation
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-07 11:01:04 +02:00
parent 4555ba9eb3
commit c21f9ca6be
4 changed files with 727 additions and 3 deletions

View File

@@ -5,5 +5,14 @@ edition = "2021"
[dependencies]
anyhow.workspace = true
async-trait = "0.1.81"
futures = "0.3.30"
futures-util = "0.3.30"
rand = "0.8.5"
thiserror = "1.0.63"
tokio.workspace = true
tokio-util = "0.7.11"
tracing.workspace = true
[dev-dependencies]
tracing-test = { version = "0.2.5", features = ["no-env-filter"] }