fix(cargo): properly declare license
Declaring the license in the `license` field is better for other tools to parse.
This commit is contained in:
parent
55d7d3eb5a
commit
b600518091
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ description = "An HTTP server using HTTP basic auth to make secure calls to nsup
|
||||||
name = "webnsupdate"
|
name = "webnsupdate"
|
||||||
version = "0.3.6"
|
version = "0.3.6"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "MIT"
|
||||||
license-file = "LICENSE"
|
license-file = "LICENSE"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["dns", "dyndns", "dynamic-ip"]
|
keywords = ["dns", "dyndns", "dynamic-ip"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue