diff options
Diffstat (limited to 'vcpkg/ports/rapidhash/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/rapidhash/vcpkg.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/ports/rapidhash/vcpkg.json b/vcpkg/ports/rapidhash/vcpkg.json new file mode 100644 index 0000000..241b564 --- /dev/null +++ b/vcpkg/ports/rapidhash/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "rapidhash", + "version": "3", + "description": "Very fast, high quality, platform independent hashing algorithm.", + "homepage": "https://github.com/Nicoshev/rapidhash", + "license": "BSD-2-Clause" +} |