Cargo.toml: remove duplicate license-file fields

This commit is contained in:
Astro 2021-01-14 16:37:07 +01:00
parent 681d12d6d8
commit b0bb818faf
3 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@ version = "0.1.0"
authors = ["Astro <astro@spaceboyz.net>"] authors = ["Astro <astro@spaceboyz.net>"]
edition = "2018" edition = "2018"
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
license-file = "LICENSE"
[dependencies] [dependencies]
diesel = { version = "~1", features = ["postgres", "chrono"] } diesel = { version = "~1", features = ["postgres", "chrono"] }

View File

@ -4,7 +4,6 @@ version = "0.1.0"
authors = ["Astro <astro@spaceboyz.net>"] authors = ["Astro <astro@spaceboyz.net>"]
edition = "2018" edition = "2018"
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
license-file = "LICENSE"
[dependencies] [dependencies]
gotham = "0.5" gotham = "0.5"

View File

@ -4,7 +4,6 @@ version = "0.1.0"
authors = ["Astro <astro@spaceboyz.net>"] authors = ["Astro <astro@spaceboyz.net>"]
edition = "2018" edition = "2018"
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
license-file = "LICENSE"
[dependencies] [dependencies]
reqwest = "~0.9" reqwest = "~0.9"