From b6005180912d8bda7ab9cd40d739b756d948c2e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Tue, 8 Apr 2025 23:30:03 +0200 Subject: [PATCH] fix(cargo): properly declare license Declaring the license in the `license` field is better for other tools to parse. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b3ae85c..33dde62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] -- 2.49.0