feat: add documentation, keywords, categories, and readme to Cargo.toml

This commit is contained in:
Manuel Raimann
2026-01-30 19:57:21 +01:00
parent 473b973408
commit 90bf73a39f
+4 -1
View File
@@ -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"