feat: with crunch file support

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-24 12:18:29 +02:00
parent 4e70adfb38
commit 38f36f1aa5
7 changed files with 621 additions and 45 deletions

View File

@@ -18,4 +18,9 @@ thiserror = {version = "1.0.48"}
async-trait = "0.1.73"
uuid = { version = "1.4.1", features = ["v4"]}
futures = "0.3.28"
nats = "0.24.0"
nats = "0.24.0"
clap = {version = "4.4.4", features = ["derive"]}
toml_edit = {version = "0.20.0",features = ["serde"]}
serde = {version = "1.0.88", features = ["derive"]}
pretty_assertions = "1.4.0"