Add support for running kubernetes containers
Showing
+149 -47
... | ... | @@ -29,7 +29,7 @@ rusqlite = { version = "0.24.2", features = ["sqlcipher"] } |
serde = { version = "1.0.123", features = ["derive"] } | ||
serde_json = "1.0.64" | ||
sha2 = "0.9.3" | ||
structopt = { version = "0.3.21", features = ["color"] } | ||
structopt = { version = "0.3.21", features = ["color", "suggestions"] } | ||
tokio = { version = "1.2.0", features = ["full"] } | ||
warp = { version = "0.3.0", default-features = false, features = ["tls"] } | ||
zeroize = "1.2.0" | ||
... | ... |
Please register or sign in to comment