Skip to content

Commit

Permalink
add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jonboh committed Nov 19, 2023
1 parent ff875b1 commit b95f3e5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
name = "gkls-rs"
version = "0.1.0"
edition = "2021"
authors = ["jonboh"]
description = "A pure rust implementation of the GKLS function generator"
homepage = "https://github.com/jonboh/gkls-rs"
repository = "https://github.com/jonboh/gkls-rs"
license = "MIT"
keywords = ["optimization", "math", "science"]
categories = ["science"]

exclude = ["assets/*"]

[dependencies]
rand = "0.8"
Expand Down

0 comments on commit b95f3e5

Please sign in to comment.