File: 2003_usb-hwdb.patch

package info (click to toggle)
cyme 2.2.8%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,416 kB
  • sloc: makefile: 147; sh: 70
file content (17 lines) | stat: -rw-r--r-- 572 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: consult system-shared USB device database
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-02-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -62,7 +62,7 @@
 cli_generate = ["dep:clap_complete", "dep:clap_mangen"] # for generating man and completions
 ffi = ["libusb", "udevlib"] # C bindings for libusb and libudev
 bin = []
-default = ["libusb", "regex_icon", "udev", "bin"]
+default = ["libusb", "regex_icon", "udev", "udev_hwdb", "bin"]
 
 [[bin]]
 name = "cyme"