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 514e1547c8
commit 750bc1c9c2

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