Remove license-file property from Cargo.toml

license-file is only required when using a non standard license
This commit is contained in:
Moritz Bitsch 2022-04-22 21:19:12 +02:00
parent 4ac38f6b39
commit fffaa3104a

View file

@ -4,7 +4,6 @@ version = "0.1.0"
edition = "2021"
license = "ISC"
license-file = "LICENSE"
repository = "https://github.com/madmo/proc-cmdline"
[dependencies]