diff --git a/packages.json b/packages.json index d2300d4..0fa2041 100644 --- a/packages.json +++ b/packages.json @@ -658,5 +658,14 @@ "description":"A simple MurmurHash3 wrapper for Nimrod", "license": "MIT", "web":"https://github.com/boydgreenfield/nimrod-murmur/" - } + }, + { + "name":"hexed", + "url":"https://github.com/esbullington/nimrod-hex", + "method":"git", + "tags":["hex","encoding"], + "description":"A simple hex package for Nimrod", + "license": "MIT", + "web":"https://github.com/esbullington/nimrod-hex" + } ]