From 054c5040ad4c0c33bf3a782acbe84530d8aca4e2 Mon Sep 17 00:00:00 2001 From: vandomej Date: Thu, 7 Oct 2021 02:50:03 -0700 Subject: [PATCH] Updating cargo metadata --- file_linked/Cargo.toml | 3 ++- gemla/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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"