mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
b360be7666
* Update toml11 to 3.7.1 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
18 lines
371 B
JSON
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
|
|
}
|
|
]
|
|
}
|