blob: 13a7d499b23275f490dd661ef0c3b1bf5e21f4f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[package]
name = "hid"
version = "0.3.0"
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"
|