Compare commits

..

No commits in common. "5097f75e938b4371facbb217a0f04167b696d15e" and "3081db95ca55f92111265c4724dd6f26c5c50c36" have entirely different histories.

View file

@ -2,9 +2,6 @@
name = "${REPO_NAME}"
version = "0.1.0"
edition = "2021"
description = "${REPO_DESCRIPTION}"
repository = "${REPO_HTTPS_URL}"
authors = ["${REPO_OWNER}"]
[lints.rust]
missing_docs = "warn"
@ -14,3 +11,4 @@ missing_docs_in_private_items = "warn"
unwrap_in_result = "warn"
unwrap_used = "warn"
nursery = "warn"
cargo = "warn"