Factor out iso7816/apdu-dispatch

This commit is contained in:
Nicolas Stalder
2021-04-25 17:58:20 +02:00
committed by Nicolas Stalder
parent cf291af32b
commit 03de6cb83f
+2 -2
View File
@@ -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]