hunt-jwt/dub.json

21 lines
444 B
JSON

{
"name": "hunt-jwt",
"authors": [
"Oleh Havrys",
"Sergey Buth",
"Lionello Lunesu",
"Tomáš Chaloupka",
"Zelalem Mekonen",
"HuntLabs"
],
"description": "A D implementation of JSON Web Tokens",
"copyright": "Copyright © 2021, HuntLabs",
"license": "MIT",
"dependencies": {
"openssl": {
"repository": "git+https://github.com/HenkKalkwater/openssl.git",
"version": "0ecd75b865ebbd5a3aa2127729d4cd7e7b7fe79e"
}
}
}