From 99cf3f84ee4d2b6b6ceddb189532d3ba143d8817 Mon Sep 17 00:00:00 2001 From: Cryptjar Date: Wed, 7 Apr 2021 20:46:57 +0200 Subject: [PATCH] Add categories. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b802a2a..e45e868 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "random-branch" -keywords = ["pick", "choose", "match"] +keywords = ["pick", "choose", "match", "random"] version = "0.1.0-alpha.1" description = "Provides a macro to select a random branch like match" authors = ["Cryptjar "] @@ -8,6 +8,7 @@ edition = "2018" repository = "https://github.com/cryptjar/random-branch" readme = "README.md" license = "MIT OR Apache-2.0" +categories = ["algorithms", "no-std"] [features]