fix vcpkg.json to not include a baseline commit

This commit is contained in:
Lion Kortlepel
2023-12-05 13:51:45 +01:00
parent df1514a657
commit 876fc617e0

View File

@@ -2,40 +2,18 @@
"name": "server",
"version-string": "0.1.0",
"dependencies": [
{
"name": "fmt",
"version>=": "9.0.0"
},
{
"name": "doctest",
"version>=": "2.4.9"
},
{
"name": "boost-asio",
"version>=": "1.80.0"
},
{
"name": "boost-variant",
"version>=": "1.80.0"
},
{
"name": "boost-spirit",
"version>=": "1.80.0"
},
{
"name": "boost-uuid",
"version>=": "1.80.0"
},
{
"name": "cpp-httplib",
"version>=": "0.12.2"
},
"fmt",
"doctest",
"boost-asio",
"boost-variant",
"boost-spirit",
"boost-uuid",
"cpp-httplib",
"toml11",
"libzip",
"rapidjson",
"nlohmann-json",
"openssl",
"sol2"
],
"builtin-baseline": "19af97cba8ca48474e4ad15a24ed50271a9ecdac"
}
]
}