# HG changeset patch # User Tuomo Valkonen # Date 1668760127 -7200 # Node ID 80bef379589265965dc66ad5323a4eaf5b40925e # Parent f40dfaf2166d44eaaa2e6db1e206aed0ca63afb3 Add package metadata diff -r f40dfaf2166d -r 80bef3795892 Cargo.toml --- a/Cargo.toml Fri Nov 18 10:29:50 2022 +0200 +++ b/Cargo.toml Fri Nov 18 10:28:47 2022 +0200 @@ -3,6 +3,10 @@ version = "0.1.0" edition = "2021" authors = ["Tuomo Valkonen "] +description = "Utility routines for iterative numerical algorithms" +homepage = "https://tuomov.iki.fi/software/alg_tools/" +repository = "https://tuomov.iki.fi/repos/alg_tools/" +license-file = "LICENSE" [dependencies] serde = { version = "1.0", features = ["derive"] }