diff --git a/Cargo.toml b/Cargo.toml index 893dacf..ca7070d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kurv" -version = "0.0.1" +version = "0.0.2" edition = "2021" description = "A process manager to daemonize commands and programs. Inspired by pm2, but lightweight and not as featureful." authors = ["Lucas Colombo"]