Fri, 18 Nov 2022 10:28:47 +0200
Add package metadata
Cargo.toml | file | annotate | diff | comparison | revisions |
--- 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 <tuomov@iki.fi>"] +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"] }