proc 0.1.1

A library for accessing Linux process and system information
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "byteorder"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29b2aa490a8f546381308d68fc79e6bd753cd3ad839f7a7172897f1feedfa175"

[[package]]
name = "nom"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3be5cf8e4fd1c5d36e30f76c3a79da4149ccde0765921867715ab2cdb1ed48b7"

[[package]]
name = "proc"
version = "0.1.1"
dependencies = [
 "byteorder",
 "nom",
]