From 4ba2cead882462c701f87f6f229517e30a5ed139 Mon Sep 17 00:00:00 2001 From: Liam Sc Date: Tue, 21 Dec 2021 00:06:50 +1300 Subject: [PATCH] Added package flower (#2091) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 0a7f878..904d8d9 100644 --- a/packages.json +++ b/packages.json @@ -24533,5 +24533,16 @@ "description": "Small library for working with colors", "license": "MIT", "web": "https://github.com/prettybauble/prettyclr" + }, + { + "name": "flower", + "url": "https://github.com/dizzyliam/flower", + "method": "git", + "tags": [ + "set" + ], + "description": "A pure Nim bloom filter.", + "license": "MIT", + "web": "https://github.com/dizzyliam/flower" } ]