changeset 11:09fbfbe0f857

Update cargo metadata
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 15 Oct 2020 14:20:03 +0200
parents dd0035137133
children 38b5f1dcfbef
files Cargo.toml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Thu Oct 15 14:18:32 2020 +0200
+++ b/Cargo.toml	Thu Oct 15 14:20:03 2020 +0200
@@ -1,6 +1,8 @@
 [package]
 name = "memoize"
 version = "0.1.0"
+description = "Attribute macro for auto-memoizing functions with somewhat-simple signatures"
+tags = ["memoization", "cache"]
 authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
 edition = "2018"
 license = "MIT"