blob: e1be0b184d1f6bc85fad4fc19d40aa42cd87e380 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "winapi-build"
version = "0.1.1"
authors = ["Peter Atashian <retep998@gmail.com>"]
description = "Common code for build.rs in WinAPI -sys crates."
repository = "https://github.com/retep998/winapi-rs"
keywords = ["Windows", "FFI", "WinSDK"]
license = "MIT"
[lib]
name = "build"
|