From 44f6100b36eecf79c1e8484a048ea49cad6e488d Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 11 Dec 2018 23:51:40 +0100 Subject: Remove unused dependencies This patch removes all dependencies that are no longer required since the hidapi communication is replaced by libnitrokey. Delete subrepo hid/:hid Delete subrepo hidapi-sys/:hidapi-sys Delete subrepo pkg-config/:pkg-config --- nitrocli/Cargo.toml | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'nitrocli/Cargo.toml') diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index 83e6888..8d1519a 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -32,38 +32,14 @@ description = """ A command line tool for interacting with the Nitrokey Storage device. """ -[dependencies.cc] -version = "1.0" -path = "../cc" - -[dependencies.hidapi-sys] -version = "0.1" -path = "../hidapi-sys" - -[dependencies.libc] -version = "0.2" -path = "../libc" - -[dependencies.libhid] -version = "0.4" -path = "../hid" -package = "hid" - [dependencies.libnitrokey] version = "0.2.1" path = "../nitrokey" package = "nitrokey" -[dependencies.pkg-config] -version = "0.3" -path = "../pkg-config" [replace] "cc:1.0.25" = { path = "../cc" } -"hidapi-sys:0.1.4" = { path = "../hidapi-sys" } "libc:0.2.45" = { path = "../libc" } -"libhid:0.4.1" = { path = "../hid" } -"libnitrokey:0.2.1" = { path = "../nitrokey" } "nitrokey-sys:3.4.1" = { path = "../nitrokey-sys" } -"pkg-config:0.3.14" = { path = "../pkg-config" } "rand:0.4.3" = { path = "../rand" } -- cgit v1.2.1