You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ insta = { version = "1.48.0", features = ["glob"] }
40
40
hyper = { version = "1.4.1", features = ["full"] }
41
41
hyper-util = "0.1.8"
42
42
itertools = "0.15.0"
43
+
java-properties = "2.0"
43
44
json-patch = "4.0.0"
44
45
k8s-openapi = { version = "0.28.0", default-features = false, features = ["schemars", "v1_36"] }
45
46
# We use rustls instead of openssl for easier portability, e.g. so that we can build stackablectl without the need to vendor (build from source) openssl
0 commit comments