vcpkg/ports/toml11/vcpkg.json
chausner b360be7666
[toml11] Update to 3.7.1 (#24393)
* Update toml11 to 3.7.1

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-04-25 17:26:05 -07:00

18 lines
371 B
JSON

{
"name": "toml11",
"version": "3.7.1",
"description": "A C++11 header-only toml parser/encoder depending only on C++ standard library.",
"homepage": "https://github.com/ToruNiina/toml11",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}