mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-18 09:35:50 +00:00
[Crate] Remove license-file field due to cargo warning that only one is needed.
This commit is contained in:
parent
1a60a0496f
commit
a8489e4353
1 changed files with 0 additions and 2 deletions
|
|
@ -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"] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue