Updating cargo metadata
This commit is contained in:
parent
e12b45592c
commit
054c5040ad
2 changed files with 4 additions and 3 deletions
|
@ -3,10 +3,11 @@ name = "file_linked"
|
||||||
version = "0.1.2"
|
version = "0.1.2"
|
||||||
authors = ["vandomej <jacob.vandome15@gmail.com>"]
|
authors = ["vandomej <jacob.vandome15@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license-file = "../LICENSE"
|
license = "MIT"
|
||||||
description = "Controlling objects linked directly to a file"
|
description = "Controlling objects linked directly to a file"
|
||||||
homepage = "https://github.com/vandomej/GEMLA/tree/master/file_linked"
|
homepage = "https://github.com/vandomej/GEMLA/tree/master/file_linked"
|
||||||
repository = "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"
|
readme = "README.md"
|
||||||
keywords = ["file", "linked", "data", "storage"]
|
keywords = ["file", "linked", "data", "storage"]
|
||||||
categories = ["filesystem", "data-structures"]
|
categories = ["filesystem", "data-structures"]
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
[package]
|
[package]
|
||||||
name = "gemla"
|
name = "gemla"
|
||||||
version = "0.1.0"
|
version = "0.1.2"
|
||||||
authors = ["Jacob VanDomelen <Jacob.Vandome15@gmail.com>"]
|
authors = ["Jacob VanDomelen <Jacob.Vandome15@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license-file = "../LICENSE"
|
license = "MIT"
|
||||||
description = "Using evolutionary computation to generate machine learning algorithms"
|
description = "Using evolutionary computation to generate machine learning algorithms"
|
||||||
homepage = "https://github.com/vandomej/GEMLA"
|
homepage = "https://github.com/vandomej/GEMLA"
|
||||||
repository = "https://github.com/vandomej/GEMLA"
|
repository = "https://github.com/vandomej/GEMLA"
|
||||||
|
|
Loading…
Add table
Reference in a new issue