Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
208 changes: 205 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const_format = "0.2"
fnv = "1.0"
futures = { version = "0.3", features = ["compat"] }
indoc = "2.0"
regex = "1.11"
pin-project = "1.1"
rstest = "0.26"
semver = "1.0"
Expand All @@ -30,6 +31,7 @@ snafu = "0.9"
strum = { version = "0.28", features = ["derive"] }
tokio = { version = "1.40", features = ["full"] }
tracing = "0.1"
uuid = { version = "1.16", features = ["v4"] }

[patch."https://github.com/stackabletech/operator-rs.git"]
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }
Expand Down
2 changes: 2 additions & 0 deletions rust/operator-binary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const_format.workspace = true
fnv.workspace = true
futures.workspace = true
indoc.workspace = true
regex.workspace = true
pin-project.workspace = true
semver.workspace = true
serde.workspace = true
Expand All @@ -26,6 +27,7 @@ snafu.workspace = true
strum.workspace = true
tokio.workspace = true
tracing.workspace = true
uuid.workspace = true

[dev-dependencies]
rstest.workspace = true
Expand Down
Loading
Loading