[package]
name = "kubectx"
version = "1.0.1"
authors = ["François-Guillaume RIBREAU <github@fgribreau.com>"]
include = ["src/main.rs", "Cargo.toml"]
description = "Switch between Kubernetes contexts"
homepage = "https://github.com/FGRibreau/kubectx-rs"
documentation = "https://docs.rs/kubectx"
readme = "README.md"
keywords = ["kubectl", "kubernetes", "contexts", "cli", "interface"]
categories = ["command-line-utilities", "development-tools"]
license = "MIT"
repository = "https://github.com/FGRibreau/kubectx-rs"
[dependencies.dialoguer]
version = "0.1.0"