diff --git a/Cargo.toml b/Cargo.toml index 8c615d7..2378835 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,9 @@ [package] name = "simple-process-stats" +description = "Get memory usage and CPU time on Linux and Windows" +license = "MIT" version = "0.1.0" +repository = "https://github.com/robotty/simple-process-stats" authors = ["Ruben Anders "] edition = "2018"