service manager impl
This commit is contained in:
@@ -10,7 +10,7 @@ license = "Apache-2.0"
|
||||
[dependencies]
|
||||
# Use workspace dependencies for consistency
|
||||
thiserror = "1.0"
|
||||
tokio = { workspace = true }
|
||||
tokio = { workspace = true, features = ["process", "time", "sync"] }
|
||||
log = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
@@ -20,6 +20,9 @@ once_cell = { workspace = true }
|
||||
zinit-client = { version = "0.4.0" }
|
||||
# Optional Rhai integration
|
||||
rhai = { workspace = true, optional = true }
|
||||
# Process manager dependencies
|
||||
async-trait = "0.1"
|
||||
chrono = "0.4"
|
||||
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
|
Reference in New Issue
Block a user