Skip to content

Commit 86b1d13

Browse files
committed
Add tokio-ws feature
1 parent a95699a commit 86b1d13

2 files changed

Lines changed: 44 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stackable-operator/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ edition.workspace = true
88
repository.workspace = true
99

1010
[features]
11-
full = ["certs", "time", "webhook"]
11+
full = ["certs", "time", "webhook", "kube-ws"]
1212

1313
certs = ["dep:stackable-certs"]
1414
time = ["stackable-shared/time"]
1515
webhook = ["dep:stackable-webhook"]
16+
kube-ws = ["kube/ws"]
1617

1718
[dependencies]
1819
stackable-certs = { path = "../stackable-certs", optional = true }

0 commit comments

Comments
 (0)