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"