mirror of
https://github.com/trussed-dev/usbd-ccid.git
synced 2026-06-20 04:16:20 -07:00
Factor out iso7816/apdu-dispatch
This commit is contained in:
committed by
Nicolas Stalder
parent
cf291af32b
commit
03de6cb83f
+2
-2
@@ -7,12 +7,12 @@ edition = "2018"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
apdu-dispatch = { path = "../apdu-dispatch" }
|
||||
apdu-dispatch = { git = "https://github.com/solokeys/apdu-dispatch", branch = "main" }
|
||||
delog = "0.1.0"
|
||||
heapless = "0.6"
|
||||
heapless-bytes = "0.2.0"
|
||||
interchange = "0.2.0"
|
||||
iso7816 = { path = "../iso7816" }
|
||||
iso7816 = { git = "https://github.com/ycrypto/iso7816", branch = "main" }
|
||||
usb-device = { version = "0.2.3", features = ["control-buffer-256"] }
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user