[package] name = "rpsutil" version = "0.0.3" authors = ["Darwin D Wu "] description = "System monitoring" readme = "README.md" license-file = "LICENSE" documentation = "https://docs.rs/rpsutil" homepage = "https://docs.rs/rpsutil" repository = "https://github.com/darwin67/rpsutil" edition = "2018" exclude = [ ".github/*" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # nom = "5.0.0" libc = "0.2" glob = "0.3"