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 --- hid/Cargo.toml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 hid/Cargo.toml (limited to 'hid/Cargo.toml') diff --git a/hid/Cargo.toml b/hid/Cargo.toml deleted file mode 100644 index 5e608a8..0000000 --- a/hid/Cargo.toml +++ /dev/null @@ -1,18 +0,0 @@ -[package] -name = "hid" -version = "0.4.1" - -authors = ["meh. "] -license = "WTFPL" - -description = "Safe hidapi wrapper" -repository = "https://github.com/meh/rust-hid" -keywords = ["hid"] - -[features] -static = ["hidapi-sys/static"] -build = ["static", "hidapi-sys/build"] - -[dependencies] -libc = "0.2.21" -hidapi-sys = "0.1.2" -- cgit v1.2.1