Use extracted ctaphid-dispatch. No explicit main branch ref

This commit is contained in:
Nicolas Stalder
2021-11-25 00:05:48 +01:00
parent a02b752c94
commit 4a7e9b7263
2 changed files with 6 additions and 4 deletions
+2
View File
@@ -0,0 +1,2 @@
Cargo.lock
target/
+4 -4
View File
@@ -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" }