feat: update Cargo.toml with license, authors, description, and repository info

This commit is contained in:
Manuel Raimann
2026-01-30 17:29:58 +01:00
parent 727906b3bb
commit 0d24c9d960
+5
View File
@@ -2,6 +2,11 @@
name = "optimize"
version = "0.1.0"
edition = "2024"
license = "MIT"
authors = ["Manuel Raimann <raimannma@outlook.de"]
description = "A Rust library for optimization algorithms."
repository = "https://github.com/raimannma/rust-optimize"
[dependencies]
rand = "0.9"