This commit is contained in:
2025-08-05 16:04:55 +02:00
parent dfd6931c5b
commit 56af312aad
3 changed files with 38 additions and 27 deletions

View File

@@ -18,19 +18,19 @@ thiserror = { workspace = true }
uuid = { workspace = true }
# All SAL packages that this aggregation package depends on
sal-os = { path = "../os" }
sal-process = { path = "../process" }
sal-git = { path = "../system/git" }
sal-vault = { path = "../vault" }
sal-redisclient = { path = "../redisclient" }
sal-postgresclient = { path = "../postgresclient" }
sal-virt = { path = "../virt" }
sal-mycelium = { path = "../mycelium" }
sal-text = { path = "../text" }
sal-net = { path = "../net" }
sal-zinit-client = { path = "../zinit_client" }
sal-kubernetes = { path = "../kubernetes" }
sal-service-manager = { path = "../service_manager", features = ["rhai"] }
sal-os = { workspace = true }
sal-process = { workspace = true }
sal-git = { workspace = true }
sal-vault = { workspace = true }
sal-redisclient = { workspace = true }
sal-postgresclient = { workspace = true }
sal-virt = { workspace = true }
sal-mycelium = { workspace = true }
sal-text = { workspace = true }
sal-net = { workspace = true }
sal-zinit-client = { workspace = true }
sal-kubernetes = { workspace = true }
sal-service-manager = { workspace = true, features = ["rhai"] }
[features]