Fri, 18 Nov 2022 10:34:04 +0200
Add some keywords and categories
Cargo.toml | file | annotate | diff | comparison | revisions |
--- a/Cargo.toml Fri Nov 18 10:28:47 2022 +0200 +++ b/Cargo.toml Fri Nov 18 10:34:04 2022 +0200 @@ -7,6 +7,8 @@ homepage = "https://tuomov.iki.fi/software/alg_tools/" repository = "https://tuomov.iki.fi/repos/alg_tools/" license-file = "LICENSE" +keywords = ["iterative", "optimization", "bisection", "branch-and-bound", "numerical"] +categories = ["mathematics", "data-structures"] [dependencies] serde = { version = "1.0", features = ["derive"] }