We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9ac4f commit 07063fdCopy full SHA for 07063fd
crates/stackable-operator/Cargo.toml
@@ -21,7 +21,7 @@ webhook = ["dep:stackable-webhook"]
21
[dependencies]
22
stackable-certs = { path = "../stackable-certs", optional = true }
23
stackable-operator-derive = { path = "../stackable-operator-derive" }
24
-stackable-shared = { path = "../stackable-shared", features = ["chrono", "time"]}
+stackable-shared = { path = "../stackable-shared", features = ["chrono", "time"] }
25
stackable-telemetry = { path = "../stackable-telemetry", optional = true, features = ["clap"] }
26
stackable-versioned = { path = "../stackable-versioned", optional = true }
27
stackable-webhook = { path = "../stackable-webhook", optional = true }
0 commit comments