mirror of
https://github.com/trussed-dev/piv-authenticator.git
synced 2026-06-20 04:16:15 -07:00
Use published apdu-dispatch
This commit is contained in:
+3
-3
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user