Adding template parameters to Cargo.toml #6

Merged
tipragot merged 1 commit from cargo-template into main 2023-12-02 13:50:24 +00:00

View file

@ -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"