chore(docs): only one of license or license-file in Cargo.toml

This commit is contained in:
Muhammad Nauman Raza 2024-03-13 20:25:23 +00:00
parent 5638be52f3
commit 5394ad8e4f
No known key found for this signature in database
GPG key ID: 31BC90D626D2DBBE

View file

@ -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"] }