Skip to content

Commit

Permalink
feat: use kube-rs instead kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
hcavarsan committed Dec 7, 2023
1 parent 3faee5d commit 1572926
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.5", features = [ "api-all", "macos-private-api", "system-tray"] }
tauri-plugin-positioner = { version = "1.0.4", features = ["system-tray"] }
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
rusqlite = "0.30.0"
rusqlite = { version = "0.30.0", features = ["bundled"] }
window-shadows = "0.2.2"
dirs = "5.0.1"
kubeforward = { path = "./utils/kubeforward" }

hyper = { version = "0.14.27", features = [ "client", "http1", "http2", "tcp", "stream" ] }
hyper = { version = "1.0.1", features = [ "client", "http1", "http2", "tcp", "stream" ] }
log = "0.4"
env_logger = "0.9"
env_logger = "0.10.1"
openssl-sys = "0.9.97"
[features]
# by default Tauri runs in production mode
Expand Down

0 comments on commit 1572926

Please sign in to comment.