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 6ca5bb0 commit 17809a8Copy full SHA for 17809a8
rust/operator-binary/Cargo.toml
@@ -10,6 +10,7 @@ publish = false
10
build = "build.rs"
11
12
[dependencies]
13
+product-config.workspace = true
14
stackable-operator.workspace = true
15
stackable-telemetry.workspace = true
16
stackable-versioned.workspace = true
@@ -21,7 +22,6 @@ fnv.workspace = true
21
22
futures.workspace = true
23
indoc.workspace = true
24
pin-project.workspace = true
-product-config.workspace = true
25
semver.workspace = true
26
serde.workspace = true
27
serde_json.workspace = true
0 commit comments