2020-10-08 16:40:35 +00:00
|
|
|
[package]
|
|
|
|
name = "ykre"
|
2020-10-11 23:04:40 +00:00
|
|
|
version = "0.2.0"
|
2020-10-08 16:40:35 +00:00
|
|
|
authors = ["a-Sansara <dev]at[pluie]dot[org>"]
|
|
|
|
edition = "2018"
|
2020-10-11 23:04:40 +00:00
|
|
|
description = "Ykre stand for Yaml Kubernetes Resource Extractor"
|
2020-10-08 16:40:35 +00:00
|
|
|
license = "MIT"
|
|
|
|
readme = "README.md"
|
|
|
|
keywords = ["cli", "yaml", "kubernetes", "kustomize"]
|
|
|
|
categories = ["command-line-utilities"]
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
yaml-rust = "0.4"
|
2020-10-11 23:04:40 +00:00
|
|
|
colored = "2"
|