diff --git a/libticker/Cargo.toml b/libticker/Cargo.toml index 38f25ff..666485d 100644 --- a/libticker/Cargo.toml +++ b/libticker/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" authors = ["Astro "] edition = "2018" license = "AGPL-3.0-or-later" -license-file = "LICENSE" [dependencies] diesel = { version = "~1", features = ["postgres", "chrono"] } diff --git a/ticker-serve/Cargo.toml b/ticker-serve/Cargo.toml index e1951de..9a887d8 100644 --- a/ticker-serve/Cargo.toml +++ b/ticker-serve/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" authors = ["Astro "] edition = "2018" license = "AGPL-3.0-or-later" -license-file = "LICENSE" [dependencies] gotham = "0.5" diff --git a/ticker-update/Cargo.toml b/ticker-update/Cargo.toml index f1afc19..11bcd3d 100644 --- a/ticker-update/Cargo.toml +++ b/ticker-update/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" authors = ["Astro "] edition = "2018" license = "AGPL-3.0-or-later" -license-file = "LICENSE" [dependencies] reqwest = "~0.9"