diff --git a/file_linked/Cargo.toml b/file_linked/Cargo.toml index 980229b..9328e6b 100644 --- a/file_linked/Cargo.toml +++ b/file_linked/Cargo.toml @@ -3,10 +3,11 @@ name = "file_linked" version = "0.1.2" authors = ["vandomej "] edition = "2018" -license-file = "../LICENSE" +license = "MIT" 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" +documentation = "https://docs.rs/file_linked/" readme = "README.md" keywords = ["file", "linked", "data", "storage"] categories = ["filesystem", "data-structures"] diff --git a/gemla/Cargo.toml b/gemla/Cargo.toml index 1223061..99096ae 100644 --- a/gemla/Cargo.toml +++ b/gemla/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "gemla" -version = "0.1.0" +version = "0.1.2" authors = ["Jacob VanDomelen "] edition = "2018" -license-file = "../LICENSE" +license = "MIT" description = "Using evolutionary computation to generate machine learning algorithms" homepage = "https://github.com/vandomej/GEMLA" repository = "https://github.com/vandomej/GEMLA"