rust/Cargo.toml
Tipragot a512e1eea3
Some checks failed
Rust Checks / checks (push) Failing after 4s
Rust Checks / checks (pull_request) Failing after 4s
Update the name of the project using template
2023-12-02 13:04:24 +01:00

16 lines
253 B
TOML

[package]
name = "${REPO_NAME}"
version = "0.1.0"
edition = "2021"
[lints.rust]
missing_docs = "deny"
warnings = "deny"
[lints.clippy]
missing_docs_in_private_items = "deny"
unwrap_in_result = "deny"
unwrap_used = "deny"
nursery = "deny"
all = "deny"