feat: add documentation, keywords, categories, and readme to Cargo.toml
This commit is contained in:
+4
-1
@@ -7,7 +7,10 @@ license = "MIT"
|
||||
authors = ["Manuel Raimann <raimannma@outlook.de"]
|
||||
description = "A Rust library for optimization algorithms."
|
||||
repository = "https://github.com/raimannma/rust-optimizer"
|
||||
|
||||
documentation = "https://docs.rs/optimizer"
|
||||
keywords = ["optimization", "algorithms", "rust"]
|
||||
categories = ["algorithm", "science", "data-structures"]
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
rand = "0.9"
|
||||
|
||||
Reference in New Issue
Block a user