Rust bindings and wrappers for Intel's `mraa` library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
419 B

[package]
name = "mraa-sys"
description = "Generated bindings for Intel's mraa library for low speed device I/O"
authors = ["Alex Mikhalev <alexmikhalevalex@gmail.com>"]
license = "MIT"
homepage = ""
version = "0.1.0"
edition = "2018"
links = "mraa"
build = "build.rs"
[build-dependencies]
bindgen = { version = "0.52", default-features = false, features = ["logging", "runtime"] }
pkg-config = "0.3"
[dependencies]