feat: allow async function in command
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-12 12:58:54 +02:00
parent 4a0fcd1bbb
commit cf26422673
14 changed files with 390 additions and 107 deletions

View File

@@ -20,6 +20,7 @@ serde_json = "1.0.117"
itertools = "0.12.1"
uuid = { version = "1.8.0", features = ["v4"] }
tonic = "0.11.0"
futures = { version = "0.3.30" }
[workspace.package]
version = "0.1.0"