chore(docs): only one of license or license-file in Cargo.toml
This commit is contained in:
parent
d2bc1e1449
commit
4a20324fc7
|
@ -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."
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
license-file = "LICENSE.md"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.2", features = ["derive"] }
|
||||
|
|
Loading…
Reference in a new issue