chore(docs): only one of license or license-file in Cargo.toml
This commit is contained in:
parent
5638be52f3
commit
5394ad8e4f
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ authors = ["Muhammad Nauman Raza <devraza@skiff.com>"]
|
||||||
description = "A simple, featureful and blazingly fast memory-safe alternative to 'rm' written in Rust."
|
description = "A simple, featureful and blazingly fast memory-safe alternative to 'rm' written in Rust."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
license-file = "LICENSE.md"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.5.2", features = ["derive"] }
|
clap = { version = "4.5.2", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in a new issue