mirror of
https://github.com/trussed-dev/piv-authenticator.git
synced 2026-06-20 04:16:15 -07:00
No explicit main branch ref
This commit is contained in:
+4
-4
@@ -10,16 +10,16 @@ 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", branch = "main", optional = true }
|
||||
apdu-dispatch = { git = "https://github.com/solokeys/apdu-dispatch", optional = true }
|
||||
delog = "0.1.0"
|
||||
# flexiber = { path = "/home/nicolas/projects/flexiber", features = ["derive", "heapless"] }
|
||||
flexiber = { git = "https://github.com/nickray/flexiber", branch = "main", features = ["derive", "heapless"] }
|
||||
flexiber = { git = "https://github.com/nickray/flexiber", features = ["derive", "heapless"] }
|
||||
heapless = "0.7"
|
||||
hex-literal = "0.3"
|
||||
interchange = "0.2.0"
|
||||
iso7816 = { git = "https://github.com/ycrypto/iso7816", branch = "main" }
|
||||
iso7816 = { git = "https://github.com/ycrypto/iso7816" }
|
||||
serde = { version = "1", default-features = false }
|
||||
trussed = { git = "https://github.com/trussed-dev/trussed", branch = "main" }
|
||||
trussed = { git = "https://github.com/trussed-dev/trussed" }
|
||||
# trussed = { path = "../../../trussed" }
|
||||
untrusted = "0.7"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user