blob: 5e608a824495a27c9e71ab095fbf276c2e97f68a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[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"
|