Updating cargo metadata

This commit is contained in:
vandomej 2021-10-07 02:50:03 -07:00
parent e12b45592c
commit 054c5040ad
2 changed files with 4 additions and 3 deletions

View file

@ -3,10 +3,11 @@ name = "file_linked"
version = "0.1.2"
authors = ["vandomej <jacob.vandome15@gmail.com>"]
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"]

View file

@ -1,9 +1,9 @@
[package]
name = "gemla"
version = "0.1.0"
version = "0.1.2"
authors = ["Jacob VanDomelen <Jacob.Vandome15@gmail.com>"]
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"