Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

18 lines
371 B
JSON

{
"name": "toml11",
"version": "4.3.0",
"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
}
]
}