File: add-features.patch

package info (click to toggle)
rust-broot 1.46.3-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,756 kB
  • sloc: makefile: 20
file content (13 lines) | stat: -rw-r--r-- 310 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Add 'clipboard' and 'trash' to the default features so we don't have
to maintain d/control manually
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@
 
 [features]
 clipboard = ["terminal-clipboard"]
-default = []
+default = ["clipboard", "trash"]
 kitty-csi-check = ["xterm-query"]
 trash = ["dep:trash"]