From c31ab84d3898b70dc237c4c9ddb46d5e7003f80b Mon Sep 17 00:00:00 2001 From: Praveen Perera Date: Mon, 13 Nov 2023 16:10:26 -0600 Subject: [PATCH] Added description to Cargo.toml --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ffc9b9c..12b280e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] authors = ["Praveen Perera "] -edition = "2018" +edition = "2021" +description = "A simple CLI for combining json and yaml files" name = "yamine" license = "Apache-2.0" version = "0.4.0"