Add package dHash (#2535)

Co-authored-by: Gabriel Huber <mail@gabrielhuber.at>
This commit is contained in:
Filip Vybihal 2023-03-12 23:07:43 +01:00 committed by GitHub
parent c6b88e9547
commit f568c333dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29459,5 +29459,19 @@
"description": "Async iterators. Able to both await futures and yield values",
"license": "MIT",
"doc": "https://sirnickolas.github.io/asyncIters-Nim/asyncIters"
},
{
"name": "dhash",
"url": "https://github.com/filvyb/dhash",
"method": "git",
"tags": [
"hash",
"library",
"difference",
"image"
],
"description": "Nim implementation of dHash algorithm",
"license": "LGPLv3",
"web": "https://github.com/filvyb/dhash"
}
]