From 981747a861983e648489ad1ebef136c4a0a6f2c7 Mon Sep 17 00:00:00 2001 From: Kai Kriegel Date: Fri, 11 Mar 2022 18:23:51 +0000 Subject: [PATCH] changed path to desfire crate to git --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e9e8da2..91cdf76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] clap = { version = "3.1.3", features = ["derive"] } -desfire = { path = "../nfc_rs"} +desfire = { git = "https://gitlab.com/fabinfra/fabaccess/nfc_rs.git", branch = "main" } serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.79" hex = "0.4.3"