iwlib_sys 0.1.1

Bindings to iwlib for which can be used to manipulate wireless extension for Linux
Documentation
[package]
name = "iwlib_sys"
version = "0.1.1"
authors = ["Sibi Prabakaran <sibi@psibi.in>"]
edition = "2018"
readme = "README.md"
repository = "https://github.com/psibi/iwlib-rs"
keywords = ["Wireless", "Linux"]
license = "MIT"
description = "Bindings to iwlib for which can be used to manipulate wireless extension for Linux"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[lib]
name = "iwlib_sys"
path = "lib.rs"

[build-dependencies]
bindgen = "0.65.1"