diff --git a/Cargo.toml b/Cargo.toml index 9b640b1..3e430e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,12 +7,12 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -apdu-dispatch = { path = "../apdu-dispatch" } +apdu-dispatch = { git = "https://github.com/solokeys/apdu-dispatch", branch = "main" } delog = "0.1.0" heapless = "0.6" heapless-bytes = "0.2.0" interchange = "0.2.0" -iso7816 = { path = "../iso7816" } +iso7816 = { git = "https://github.com/ycrypto/iso7816", branch = "main" } usb-device = { version = "0.2.3", features = ["control-buffer-256"] } [features]