From aed08fe7a0d423351891efbeac1c2a12ff372849 Mon Sep 17 00:00:00 2001 From: Ruben Anders Date: Sun, 19 Jul 2020 20:00:37 +0200 Subject: [PATCH] Add some metadata to manifest --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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"