From 7bea919bd4712d59adabf563da431c504a11ece6 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 3 Nov 2023 19:44:36 +0000 Subject: [PATCH] templating --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index dd1d123..72cca0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,8 @@ [package] name = "${REPO-NAME}" +authors = ["${REPO_OWNER}", "${TEMPLATE_OWNER}"] +description = "${REPO_DESCRIPTION}" +repository = "${REPO_HTTPS_URL}" version = "0.1.0" edition = "2021"