Skip to content

Commit 53ba6e2

Browse files
committed
ci: add metadata to Cargo.toml
1 parent a4534cf commit 53ba6e2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Cargo.toml

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
name = "ganesh"
33
version = "0.1.0"
44
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+
514

615
[dependencies]
716
num-traits = "0.2.19"

0 commit comments

Comments
 (0)