From 2a9aef0a371ffb860bfc48b691b9aaf0393e3df7 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Mon, 27 Apr 2020 14:38:14 +0200 Subject: remove license-file We already use license, so there is no need to also specify license-file. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7875c64..25103c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,6 @@ description = "An evtc parsing library" readme = "README.md" repository = "https://gitlab.com/dunj3/evtclib" license = "MIT" -license-file = "LICENSE" [dependencies] num-traits = "0.2" -- cgit v1.2.3