diff --git a/packages.json b/packages.json index 68e4573..a46b134 100644 --- a/packages.json +++ b/packages.json @@ -101,6 +101,18 @@ "license": "MIT", "web": "https://github.com/wltsmrz/nimler" }, + { + "name": "zstd", + "url": "https://github.com/wltsmrz/nim_zstd", + "method": "git", + "tags": [ + "zstd", + "compression" + ], + "description": "Bindings for zstd", + "license": "MIT", + "web": "https://github.com/wltsmrz/nim_zstd" + }, { "name": "QuickJS4nim", "url": "https://github.com/ImVexed/quickjs4nim",