feat: update Cargo.toml with license, authors, description, and repository info
This commit is contained in:
@@ -2,6 +2,11 @@
|
|||||||
name = "optimize"
|
name = "optimize"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
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]
|
[dependencies]
|
||||||
rand = "0.9"
|
rand = "0.9"
|
||||||
|
|||||||
Reference in New Issue
Block a user