From 8db498646075508cd5c39f5401eaf91fd4dacc68 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sat, 13 May 2023 15:03:33 +0300 Subject: [PATCH] update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 346357c..c3efa65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] authors = ["Tsiry Sandratraina "] categories = ["command-line-utilities"] -description = "A simple process supervisor (a single binary with zero dependencies) written in Rust." +description = "Define and run multi-service applications on isolated environments with Nix or Docker" edition = "2021" -keywords = ["process", "supervisor", "cli"] +keywords = ["process", "supervisor", "cli", "docker", "nix", "nix-flake", "compose"] license = "MPL-2.0" name = "superviseur" readme = "README.md"