Initial commit
This commit is contained in:
20
Cargo.toml
Normal file
20
Cargo.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
name = "kube"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
cmd_lib = "1.3.0"
|
||||
linefeed = "0.6.0"
|
||||
shell-words = "1.1.0"
|
||||
|
||||
[dependencies.clap]
|
||||
version = "4.0.26"
|
||||
features = ["derive"]
|
||||
|
||||
[dependencies.nix]
|
||||
version = "0.27"
|
||||
features = ["signal"]
|
||||
Reference in New Issue
Block a user