From 47f0a141ad0f5df94baf93217160188766ae964e Mon Sep 17 00:00:00 2001 From: Tipragot Date: Sat, 2 Dec 2023 14:49:35 +0100 Subject: [PATCH] Adding template parameters to Cargo.toml --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59537c2..897a43f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "${REPO_NAME}" version = "0.1.0" edition = "2021" +description = "${REPO_DESCRIPTION}" +repository = "${REPO_HTTPS_URL}" +authors = ["${REPO_OWNER}"] [lints.rust] missing_docs = "warn" @@ -11,4 +14,3 @@ missing_docs_in_private_items = "warn" unwrap_in_result = "warn" unwrap_used = "warn" nursery = "warn" -cargo = "warn" -- 2.43.4