From a8489e4353a523326b0c60c196338b7f86f30545 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Thu, 21 Sep 2023 23:18:25 +0300 Subject: [PATCH] [Crate] Remove license-file field due to cargo warning that only one is needed. --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a4948b2..556ede8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,6 @@ authors = [ "node-GameDig contributors [https://github.com/gamedig/node-gamedig/contributors]", ] license = "MIT" -license-file = "LICENSE.md" description = "Query game servers and not only." homepage = "https://github.com/gamedig/rust-gamedig" documentation = "https://docs.rs/gamedig/latest/gamedig/" @@ -34,4 +33,3 @@ serde_json = "1.0" serde = { version = "1.0", optional = true } phf = { version = "0.11", optional = true, features = ["macros"] } -