[go: up one dir, main page]

errno 0.1.0

Cross-platform interface to the `errno` variable.
[package]

name = "errno"
version = "0.1.0"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]

license = "MIT/Apache-2.0"
documentation = "https://lambda.xyz/rust-errno/doc/errno/"
repository = "https://github.com/lfairy/rust-errno"
description = """
Cross-platform interface to the `errno` variable.
"""

[dependencies]
libc = "*"

[target.i686-pc-windows-gnu.dependencies]
winapi = "*"
kernel32-sys = "*"

[target.x86_64-pc-windows-gnu.dependencies]
winapi = "*"
kernel32-sys = "*"