We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4534cf commit 53ba6e2Copy full SHA for 53ba6e2
Cargo.toml
@@ -2,6 +2,15 @@
2
name = "ganesh"
3
version = "0.1.0"
4
edition = "2021"
5
+description = "Function minimization in Rust, simplified"
6
+documentation = "https://docs.rs/ganesh"
7
+readme = "README.md"
8
+homepage = "https://github.com/denehoffman/ganesh"
9
+repository = "https://github.com/denehoffman/ganesh"
10
+license-file = "LICENSE"
11
+keywords = ["optimization", "minimization"]
12
+categories = ["science", "mathematics"]
13
+
14
15
[dependencies]
16
num-traits = "0.2.19"
0 commit comments