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 6a9005f commit 6cf798eCopy full SHA for 6cf798e
crates/stackable-operator/Cargo.toml
@@ -15,10 +15,10 @@ telemetry = []
15
versioned = []
16
17
[dependencies]
18
-stackable-telemetry = { path = "../stackable-telemetry", features = ["clap"] }
19
stackable-operator-derive = { path = "../stackable-operator-derive" }
20
-stackable-versioned = { path = "../stackable-versioned" }
21
stackable-shared = { path = "../stackable-shared" }
+stackable-telemetry = { path = "../stackable-telemetry", features = ["clap"] }
+stackable-versioned = { path = "../stackable-versioned" }
22
23
chrono.workspace = true
24
clap.workspace = true
0 commit comments