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

@@ -8,3 +8,6 @@ crunch = { path = "crates/crunch" }
anyhow = { version = "1.0.71" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = "0.3.17"
thiserror = {version = "1.0.48"}
async-trait = "0.1.73"