...
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user