diff --git a/file_linked/Cargo.toml b/file_linked/Cargo.toml index d453f98..afa6b3c 100644 --- a/file_linked/Cargo.toml +++ b/file_linked/Cargo.toml @@ -3,6 +3,14 @@ name = "file_linked" version = "0.1.0" authors = ["vandomej "] 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 diff --git a/file_linked/README.md b/file_linked/README.md new file mode 100644 index 0000000..73ad292 --- /dev/null +++ b/file_linked/README.md @@ -0,0 +1 @@ +# File Linked - controlling objects linked directly to a file \ No newline at end of file diff --git a/gemla/Cargo.toml b/gemla/Cargo.toml index 1398995..8384325 100644 --- a/gemla/Cargo.toml +++ b/gemla/Cargo.toml @@ -3,6 +3,14 @@ name = "gemla" version = "0.1.0" authors = ["Jacob VanDomelen "] 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"] }