feat: with base interface

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-16 16:12:06 +02:00
parent ee5b85baa1
commit c6b903fa58
5 changed files with 329 additions and 0 deletions

View File

@@ -7,3 +7,8 @@ edition = "2021"
anyhow.workspace = true
tracing.workspace = true
tokio.workspace = true
thiserror.workspace = true
async-trait.workspace = true
[dev-dependencies]
tracing-subscriber.workspace = true