fix(clippy): enable more lints and fix issues
All checks were successful
/ build (push) Successful in 3s
/ check (push) Successful in 7s

We also add some more metadata to the Cargo.toml manifest
This commit is contained in:
Jalil David Salamé Messina 2024-11-23 20:58:40 +01:00
parent 846a0675d1
commit bea38bc445
Signed by: jalil
GPG key ID: F016B9E770737A0B
3 changed files with 23 additions and 16 deletions

View file

@ -5,6 +5,16 @@ description = "An HTTP server using HTTP basic auth to make secure calls to nsup
name = "webnsupdate"
version = "0.3.2-dev"
edition = "2021"
license-file = "LICENSE"
readme = "README.md"
keywords = ["dns", "dyndns", "dynamic-ip"]
categories = ["networking", "dns", "dyndns"]
repository = "https://github.com/jalil-salame/webnsupdate"
[lints.clippy]
cargo = { level = "warn", priority = -2 }
multiple_crate_versions = "allow"
pedantic = { level = "warn", priority = -1 }
[dependencies]
axum = "0.7"