changeset 12:38b5f1dcfbef

Fill more metadata
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 15 Oct 2020 14:21:12 +0200
parents 09fbfbe0f857
children 0b9fe6ecae86
files Cargo.toml
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Thu Oct 15 14:20:03 2020 +0200
+++ b/Cargo.toml	Thu Oct 15 14:21:12 2020 +0200
@@ -1,9 +1,12 @@
 [package]
 name = "memoize"
-version = "0.1.0"
+version = "0.1.1"
 description = "Attribute macro for auto-memoizing functions with somewhat-simple signatures"
 tags = ["memoization", "cache"]
 authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
+homepage = "https://github.com/dermesser/memoize"
+repository = "https://github.com/dermesser/memoize"
+documentation = "https://docs.rs/memoize"
 edition = "2018"
 license = "MIT"