diff --git a/Cargo.lock b/Cargo.lock index 04b117d..d1d0509 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -650,7 +650,7 @@ dependencies = [ [[package]] name = "pidtree_mon" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "daemonize", diff --git a/Cargo.toml b/Cargo.toml index 2e92c33..d55d5b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "pidtree_mon" description = "A CPU load monitor of process trees" authors = ["MichaƂ Trybus "] -license = "MIT" +license = "MIT OR Apache-2.0" repository = "https://github.com/komar007/pidtree_mon" readme = "README.md" @@ -11,7 +11,7 @@ documentation = "https://docs.rs/pidtree_mon" categories = ["command-line-utilities"] keywords = ["cpu", "process", "linux", "cli", "utility"] -version = "0.1.0" +version = "0.1.1" edition = "2021"