From 43b2d5eeb9f593af272fc43923c8c5fc9bccea15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Mon, 17 Apr 2017 16:40:30 +0200 Subject: [PATCH] Add cargo keywords+categories --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 01f6f84..b1ff279 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,8 @@ license = "MIT" repository = "https://github.com/oconnor663/shared_child.rs" documentation = "https://docs.rs/shared_child" description = "a library for using child processes from multiple threads" +keywords = ["command", "process", "child", "clone", "wait"] +categories = ["os"] [dependencies] libc = "^0.2.20"