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"