feature: add command to run tasks

This commit is contained in:
Alexander Navarro 2025-05-12 16:40:41 -04:00
parent 63c20cfc87
commit 5387210844
8 changed files with 160 additions and 17 deletions

View file

@ -16,4 +16,5 @@ tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19" , features = ["env-filter"]}
figment = { version = "0.10.19", features = ["env"] }
tracing-core = "0.1.33"
tabled = "0.19.0"
tabled = "0.19.0"
futures = "0.3.31"