From d4af685500e95b8a68c2c6b33622b7ad54348e42 Mon Sep 17 00:00:00 2001 From: vandomej Date: Fri, 1 Oct 2021 10:02:17 -0700 Subject: [PATCH] Reducing keywords to 5 --- file_linked/Cargo.toml | 2 +- gemla/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/file_linked/Cargo.toml b/file_linked/Cargo.toml index 9341228..2ff07ab 100644 --- a/file_linked/Cargo.toml +++ b/file_linked/Cargo.toml @@ -8,7 +8,7 @@ description = "Controlling objects linked directly to a file" homepage = "https://github.com/vandomej/GEMLA/tree/master/file_linked" repository = "https://github.com/vandomej/GEMLA/tree/master/file_linked" readme = "README.md" -keywords = ["file", "linked", "serialize", "deserialize", "data", "storage"] +keywords = ["file", "linked", "data", "storage"] categories = ["filesystem", "data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/gemla/Cargo.toml b/gemla/Cargo.toml index c6b62cb..72a5454 100644 --- a/gemla/Cargo.toml +++ b/gemla/Cargo.toml @@ -8,7 +8,7 @@ description = "Using evolutionary computation to generate machine learning algor homepage = "https://github.com/vandomej/GEMLA" repository = "https://github.com/vandomej/GEMLA" readme = "../README.md" -keywords = ["genetic", "evolution", "evolved", "machine", "learning", "algorithm", "neural", "network"] +keywords = ["genetic", "evolve", "machine", "learning", "algorithm"] categories = ["simulation"] [dependencies]