fix(cargo): properly declare license
All checks were successful
/ check-renovaterc (push) Successful in 3s
/ build (push) Successful in 1s
/ test (push) Successful in 13s
/ report-size (push) Successful in 2s

Declaring the license in the `license` field is better for other tools
to parse.
This commit is contained in:
Jalil David Salamé Messina 2025-04-08 23:30:03 +02:00
parent 55d7d3eb5a
commit b600518091
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -3,6 +3,7 @@ description = "An HTTP server using HTTP basic auth to make secure calls to nsup
name = "webnsupdate"
version = "0.3.6"
edition = "2021"
license = "MIT"
license-file = "LICENSE"
readme = "README.md"
keywords = ["dns", "dyndns", "dynamic-ip"]