diff --git a/packages.json b/packages.json index d4754ec..9c22a3d 100644 --- a/packages.json +++ b/packages.json @@ -22486,5 +22486,16 @@ "description": "The Hypixel API, in Nim.", "license": "MIT", "web": "https://github.com/Knaque/hypixel-nim" + }, + { + "name": "dik", + "url": "https://github.com/juancarlospaco/dik", + "method": "git", + "tags": [ + "dictionary" + ], + "description": "Table implemented as optimized sorted hashed dictionary of {array[char]: Option[T]}, same size as OrderedTable", + "license": "MIT", + "web": "https://github.com/juancarlospaco/dik" } ]