diff --git a/gemla/Cargo.toml b/gemla/Cargo.toml index 99096ae..b7a90b7 100644 --- a/gemla/Cargo.toml +++ b/gemla/Cargo.toml @@ -7,6 +7,7 @@ license = "MIT" description = "Using evolutionary computation to generate machine learning algorithms" homepage = "https://github.com/vandomej/GEMLA" repository = "https://github.com/vandomej/GEMLA" +documentation = "https://docs.rs/gemla/" readme = "../README.md" keywords = ["genetic", "evolve", "machine", "learning", "algorithm"] categories = ["simulation"]