linux-version 0.1.1

Package for detecting the version of the linux kernel a program is being run on.
Documentation
[package]
name = "linux-version"
version = "0.1.1"
authors = ["Adam C. Foltzer <acfoltzer@fastly.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Package for detecting the version of the linux kernel a program is being run on."

build = "build.rs"

[dependencies]
nix = "0.17"
semver = "0.9"

[build-dependencies]
bindgen = { version = "0.51", default-features = false }