diff --git a/packages.json b/packages.json index 2196949..98f0a05 100644 --- a/packages.json +++ b/packages.json @@ -21532,5 +21532,17 @@ "description": "Converts html to karax.", "license": "MIT", "web": "https://github.com/nim-lang-cn/html2karax" + }, + { + "name": "drng", + "url": "https://github.com/rockcavera/nim-drng", + "method": "git", + "tags": [ + "drng", + "rng" + ], + "description": "Provides access to the rdrand and rdseed instructions. Based on Intel's DRNG Library (libdrng)", + "license": "MIT", + "web": "https://github.com/rockcavera/nim-drng" } ]