Prepping for cargo publish
This commit is contained in:
parent
9b8756579b
commit
299a727a33
3 changed files with 17 additions and 0 deletions
|
@ -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
1
file_linked/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
# File Linked - controlling objects linked directly to a 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"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue