diff --git a/file_linked/Cargo.toml b/file_linked/Cargo.toml index afa6b3c..9341228 100644 --- a/file_linked/Cargo.toml +++ b/file_linked/Cargo.toml @@ -3,7 +3,6 @@ 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" diff --git a/gemla/Cargo.toml b/gemla/Cargo.toml index 8384325..5141c2b 100644 --- a/gemla/Cargo.toml +++ b/gemla/Cargo.toml @@ -3,7 +3,6 @@ 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"