From b9a85722ae12c2eb7acb0cea8ecf01cba8188790 Mon Sep 17 00:00:00 2001 From: Thomas Kosiewski Date: Thu, 23 Mar 2023 13:04:52 +0100 Subject: [PATCH] Updated cargo manifest --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b2c5987..b0d9821 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,14 @@ [package] name = "kube_quantity" version = "0.1.0" + +authors = ["Thomas Kosiewski "] +description = "kube_quantity is a library adding arithmetic operations to the Quantity type from the k8s-openapi crate." edition = "2021" +license = "Apache-2.0" +license-file = "LICENSE" +readme = "README.md" +repository = "https://github.com/ThomasK33/kube-quantity-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html