Reducing keywords to 5

This commit is contained in:
vandomej 2021-10-01 10:02:17 -07:00
parent 687c6a435d
commit d4af685500
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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]