From cdb1448086f66bc3389c3f4c67d9d160fabaab20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ximo=20Guanter=20Gonz=C3=A1lbez?= Date: Sun, 27 Oct 2019 22:44:35 +0100 Subject: [PATCH] add cargo metadata --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8c0c3c6..9ece1e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" authors = ["edrevo "] edition = "2018" keywords = ["k8s", "kubernetes"] +description = "Prints a list of k8s pods that might not be working correctly" +license = "Apache-2.0" +repository = "https://github.com/edrevo/suspicious-pods" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]