diff --git a/Cargo.lock b/Cargo.lock index c0ed8629bf..27bb636eb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3029,6 +3029,7 @@ version = "0.1.0" dependencies = [ "async-trait", "itertools 0.11.0", + "omicron-workspace-hack 0.1.0", "shlex", "slog", "thiserror", @@ -3049,6 +3050,7 @@ dependencies = [ "libc", "omicron-common 0.1.0", "omicron-test-utils", + "omicron-workspace-hack 0.1.0", "schemars", "serde", "shlex", @@ -3074,6 +3076,7 @@ dependencies = [ "libc", "omicron-common 0.1.0", "omicron-test-utils", + "omicron-workspace-hack 0.1.0", "schemars", "serde", "shlex", diff --git a/helios/fusion/Cargo.toml b/helios/fusion/Cargo.toml index bac3d9c7a2..d189f9fc0a 100644 --- a/helios/fusion/Cargo.toml +++ b/helios/fusion/Cargo.toml @@ -12,3 +12,4 @@ shlex.workspace = true slog.workspace = true thiserror.workspace = true tokio.workspace = true +omicron-workspace-hack = { version = "0.1", path = "../../workspace-hack" } diff --git a/helios/protostar/Cargo.toml b/helios/protostar/Cargo.toml index a2fbdf7f82..f20cf7177c 100644 --- a/helios/protostar/Cargo.toml +++ b/helios/protostar/Cargo.toml @@ -24,6 +24,7 @@ thiserror.workspace = true tokio.workspace = true uuid.workspace = true zone.workspace = true +omicron-workspace-hack = { version = "0.1", path = "../../workspace-hack" } [dev-dependencies] omicron-test-utils.workspace = true diff --git a/helios/tokamak/Cargo.toml b/helios/tokamak/Cargo.toml index c09c7e37c8..0ab1004964 100644 --- a/helios/tokamak/Cargo.toml +++ b/helios/tokamak/Cargo.toml @@ -24,6 +24,7 @@ thiserror.workspace = true tokio.workspace = true uuid.workspace = true zone.workspace = true +omicron-workspace-hack = { version = "0.1", path = "../../workspace-hack" } [dev-dependencies] omicron-test-utils.workspace = true