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.
19 lines
590 B
19 lines
590 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" |
|
repository = "https://git.amikhalev.com/amikhalev/mraa-rs" |
|
homepage = "https://git.amikhalev.com/amikhalev/mraa-rs" |
|
documentation = "https://amikhalev.com/docs/mraa_rs/0.1.0/mraa_sys/" |
|
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]
|
|
|