Prepping for cargo publish

This commit is contained in:
vandomej 2021-10-01 09:50:50 -07:00
parent 9b8756579b
commit 299a727a33
3 changed files with 17 additions and 0 deletions

View file

@ -3,6 +3,14 @@ name = "file_linked"
version = "0.1.0"
authors = ["vandomej <jacob.vandome15@gmail.com>"]
edition = "2018"
license = "MIT"
license-file = "../LICENSE"
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"]
categories = ["filesystem", "data-structures"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

1
file_linked/README.md Normal file
View file

@ -0,0 +1 @@
# File Linked - controlling objects linked directly to a file

View file

@ -3,6 +3,14 @@ name = "gemla"
version = "0.1.0"
authors = ["Jacob VanDomelen <Jacob.Vandome15@gmail.com>"]
edition = "2018"
license = "MIT"
license-file = "../LICENSE"
description = "Using evolutionary computation to generate machine learning algorithms"
homepage = "https://github.com/vandomej/GEMLA"
repository = "https://github.com/vandomej/GEMLA"
readme = "../README.md"
keywords = ["genetic", "evolution", "evolved", "machine", "learning", "algorithm", "neural", "network"]
categories = ["simulation"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }