mirror of
https://github.com/trussed-dev/piv-authenticator.git
synced 2026-06-20 04:16:15 -07:00
Make apdu-dispatch a required feature for usbip
This commit is contained in:
committed by
Nicolas Stalder
parent
deaf2e6dc3
commit
c8feab6f51
+5
-1
@@ -14,6 +14,11 @@ documentation = "https://docs.rs/piv-authenticator"
|
||||
name = "virtual"
|
||||
required-features = ["virtual"]
|
||||
|
||||
|
||||
[[example]]
|
||||
name = "usbip"
|
||||
required-features = ["apdu-dispatch"]
|
||||
|
||||
[dependencies]
|
||||
apdu-dispatch = { version = "0.1", optional = true }
|
||||
delog = { version = "0.1.5", optional = true }
|
||||
@@ -47,7 +52,6 @@ expectrl = "0.6.0"
|
||||
|
||||
# Examples
|
||||
trussed-usbip = { git = "https://github.com/trussed-dev/pc-usbip-runner", default-features = false, features = ["ccid"]}
|
||||
apdu-dispatch = "0.1"
|
||||
usbd-ccid = { git = "https://github.com/Nitrokey/nitrokey-3-firmware", features = ["highspeed-usb"]}
|
||||
rand = "0.8.5"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user