diff --git a/Cargo.toml b/Cargo.toml index c2e9d65..7d78bb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,7 @@ gcp-bigquery-client = { git = "https://github.com/imor/gcp-bigquery-client.git", pin-project-lite = { version = "0.2", default-features = false } postgres-protocol = { git = "https://github.com/MaterializeInc/rust-postgres" } prost = { version = "0.13.1", default-features = false } +kube = { version = "0.93.1", default-features = false } secrecy = { version = "0.8.0", default-features = false } serde = { version = "1.0", default-features = false } serde_json = { version = "1.0", default-features = false } diff --git a/api/Cargo.toml b/api/Cargo.toml index 6c11075..b482ae0 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -15,6 +15,7 @@ actix-web = { workspace = true, features = ["macros", "http2"] } anyhow = { workspace = true, features = ["std"] } bytes = { workspace = true } config = { workspace = true, features = ["yaml"] } +kube = { workspace = true } secrecy = { workspace = true, features = ["serde", "alloc"] } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true, features = ["std"] }