aboutsummaryrefslogtreecommitdiff
path: root/hid/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hid/Cargo.toml')
-rw-r--r--hid/Cargo.toml18
1 files changed, 0 insertions, 18 deletions
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. <meh@schizofreni.co>"]
-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"