shell32-sys 0.0.1

FFI bindings to shell32.
[package]

name = "shell32-sys"
version = "0.0.1"
authors = ["Peter Atashian <retep998@gmail.com>"]
description = "FFI bindings to shell32."
documentation = "https://retep998.github.io/shell32-sys/shell32-sys/"
repository = "https://github.com/retep998/shell32-sys"
readme = "README.md"
license = "MIT"
build = "build.rs"
links = "shell32"

[dependencies]
winapi = "*"