diff --git a/packages.json b/packages.json index 285672ce..1d7c7a1a 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,29 @@ [ + {"name": "hashbrowns", + "url": "https://github.com/bk20x/Hashbrowns", + "method": "git", + "tags": [ + "hash", + "hashing", + "utility", + "gui" + ], + "description": "Small GUI utility for hashing files or mass hashing directories", + "license": "MIT", + "web": "https://github.com/bk20x/Hashbrowns" + }, + {"name": "uleb128", + "url": "https://github.com/bk20x/uleb128", + "method": "git", + "tags": [ + "encode", + "decode", + "encoding" + ], + "description": "uleb128 decoding/encoding for Nim.", + "license": "MIT", + "web": "https://github.com/bk20x/uleb128" + }, { "name": "nim_debugger_mi", "url": "https://github.com/YesDrX/nimdebugger",