# HG changeset patch # User Tuomo Valkonen # Date 1668760444 -7200 # Node ID 3297d14c7bffd0a88ae9058580723e5981d4a3c5 # Parent 80bef379589265965dc66ad5323a4eaf5b40925e Add some keywords and categories diff -r 80bef3795892 -r 3297d14c7bff Cargo.toml --- 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"] }