mirror of
https://codeberg.org/madmo/proc-cmdline.git
synced 2025-01-18 04:12:41 +00:00
Remove license-file property from Cargo.toml
license-file is only required when using a non standard license
This commit is contained in:
parent
4ac38f6b39
commit
fffaa3104a
|
@ -4,7 +4,6 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
license = "ISC"
|
license = "ISC"
|
||||||
license-file = "LICENSE"
|
|
||||||
repository = "https://github.com/madmo/proc-cmdline"
|
repository = "https://github.com/madmo/proc-cmdline"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in a new issue