You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-lscolors0.13/lscolors-fix-metadata.diff

18 lines
399 B

--- lscolors-0.13.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ lscolors-0.13.0/Cargo.toml 2023-05-19T16:24:20.627112+00:00
@@ -28,14 +28,6 @@
license = "MIT/Apache-2.0"
repository = "https://github.com/sharkdp/lscolors"
-[[bin]]
-name = "lscolors"
-path = "src/bin.rs"
-required-features = [
- "ansi_term",
- "nu-ansi-term",
-]
-
[dependencies.ansi_term]
version = "0.12"
optional = true