mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:19:00 +08:00
18 lines
398 B
JSON
18 lines
398 B
JSON
{
|
|
"name": "libhydrogen",
|
|
"version-date": "2022-06-21",
|
|
"description": "A lightweight, secure, easy-to-use crypto library suitable for constrained environments",
|
|
"homepage": "https://github.com/jedisct1/libhydrogen",
|
|
"license": "ISC",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|