fixed some dependencies

This commit is contained in:
Maxime Van Hees
2025-08-05 12:57:23 +02:00
parent 806beee215
commit cd47d398de
2 changed files with 4 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ log = "0.4"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] } # For async main in examples, and general async
colored = "2.0"
hero_job = { path = "../job" }
zinit-client = { git = "https://github.com/threefoldtech/zinit", branch = "master", default-features = false, features = ["client"] }
zinit-client = { git = "https://github.com/threefoldtech/zinit", branch = "master" }
ratatui = "0.28"
crossterm = "0.28"
anyhow = "1.0"