From 630bcb67b2d5c19871ef8230e0b86ea186d9c98a Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 20 Aug 2021 01:14:15 +0200 Subject: [PATCH] Keep the LICENSE file in addition to it being defined in Cargo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4ffbe9..79ace71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Frank Denis "] edition = "2018" description = "A modern encrypted DNS server (DNSCrypt v2, Anonymized DNSCrypt, DoH)" keywords = ["dnscrypt", "encryption", "dns", "doh", "proxy"] -license-file = "LICENSE" +license = "MIT" homepage = "https://github.com/jedisct1/encrypted-dns-server" repository = "https://github.com/jedisct1/encrypted-dns-server" categories = ["asynchronous", "network-programming","command-line-utilities"]