mpr-sys 0.1.0

FFI bindings to mpr.
Documentation
[package]
name = "mpr-sys"
version = "0.1.0"
authors = ["Peter Atashian <retep998@gmail.com>"]
description = "FFI bindings to mpr."
documentation = "https://retep998.github.io/doc/mpr-sys/"
repository = "https://github.com/retep998/winapi-rs"
readme = "README.md"
keywords = ["Windows", "FFI", "WinSDK"]
license = "MIT"
build = "build.rs"
links = "mpr"

[lib]
name = "mpr"

[dependencies]
winapi = { version = "*", path = "../.." }
[build-dependencies]
winapi-build = { version = "*", path = "../../build" }