[package] name = "ole32-sys" version = "0.2.0" authors = ["Peter Atashian "] description = "Contains function definitions for the Windows API library ole32. See winapi for types and constants." documentation = "https://retep998.github.io/doc/ole32/" repository = "https://github.com/retep998/winapi-rs" readme = "README.md" keywords = ["windows", "ffi", "win32"] license = "MIT" build = "build.rs" links = "ole32" [lib] name = "ole32" [dependencies] winapi = { version = "0.2.4", path = "../.." } [build-dependencies] winapi-build = { version = "0.1.1", path = "../../build" }