From cd6e41862cea59ec306e7c9c578270575eb2a73b Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sun, 26 Mar 2017 17:07:56 -0700 Subject: Import subrepo hid/:hid at 3ac1005fe3e874bef850ab733fe1a09bc36b91c5 --- hid/Cargo.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 hid/Cargo.toml (limited to 'hid/Cargo.toml') diff --git a/hid/Cargo.toml b/hid/Cargo.toml new file mode 100644 index 0000000..13a7d49 --- /dev/null +++ b/hid/Cargo.toml @@ -0,0 +1,18 @@ +[package] +name = "hid" +version = "0.3.0" + +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