sysinfo 0.1.12

Library to handle processus
Documentation
[package]
name = "sysinfo"
version = "0.1.12"
authors = ["guillaume1.gomez@gmail.com"]

description = "Library to handle processus"
repository = "https://github.com/GuillaumeGomez/sysinfo"
license = "LGPL-3.0+"

[dependencies]
libc = "^0.2"

[lib]
name = "sysinfo"
crate_type = ["rlib"]
path = "src/sysinfo.rs"