[Crate] Remove license-file field due to cargo warning that only one is needed.

This commit is contained in:
CosminPerRam 2023-09-21 23:18:25 +03:00
parent 1a60a0496f
commit a8489e4353

View file

@ -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"] }