Use published apdu-dispatch

This commit is contained in:
Nicolas Stalder
2022-03-05 20:52:46 +01:00
parent 91caa3c7dd
commit aa6ee1b0cb
+3 -3
View File
@@ -10,13 +10,13 @@ documentation = "https://docs.rs/piv-authenticator"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
apdu-dispatch = { git = "https://github.com/solokeys/apdu-dispatch", optional = true }
apdu-dispatch = { version = "0.1", optional = true }
delog = "0.1.0"
flexiber = { version = "0.1.0", features = ["derive", "heapless"] }
flexiber = { version = "0.1", features = ["derive", "heapless"] }
heapless = "0.7"
hex-literal = "0.3"
interchange = "0.2.0"
iso7816 = { git = "https://github.com/ycrypto/iso7816" }
iso7816 = "0.1"
serde = { version = "1", default-features = false }
trussed = { git = "https://github.com/trussed-dev/trussed" }
# trussed = { path = "../../../trussed" }