mirror of
https://github.com/solokeys/admin-app.git
synced 2026-06-20 13:16:17 -07:00
Use extracted ctaphid-dispatch. No explicit main branch ref
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
Cargo.lock
|
||||
target/
|
||||
+4
-4
@@ -7,7 +7,7 @@ edition = "2018"
|
||||
# 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" }
|
||||
iso7816 = { git = "https://github.com/ycrypto/iso7816", branch = "main" }
|
||||
ctaphid-dispatch = {path = "../ctaphid-dispatch"}
|
||||
trussed = { git = "https://github.com/trussed-dev/trussed", branch = "main" }
|
||||
apdu-dispatch = { git = "https://github.com/solokeys/apdu-dispatch" }
|
||||
ctaphid-dispatch = { git = "https://github.com/solokeys/ctaphid-dispatch" }
|
||||
iso7816 = { git = "https://github.com/ycrypto/iso7816" }
|
||||
trussed = { git = "https://github.com/trussed-dev/trussed" }
|
||||
|
||||
Reference in New Issue
Block a user