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", "name": "server",
"version-string": "0.1.0", "version-string": "0.1.0",
"dependencies": [ "dependencies": [
{ "fmt",
"name": "fmt", "doctest",
"version>=": "9.0.0" "boost-asio",
}, "boost-variant",
{ "boost-spirit",
"name": "doctest", "boost-uuid",
"version>=": "2.4.9" "cpp-httplib",
},
{
"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"
},
"toml11", "toml11",
"libzip", "libzip",
"rapidjson", "rapidjson",
"nlohmann-json", "nlohmann-json",
"openssl", "openssl",
"sol2" "sol2"
], ]
"builtin-baseline": "19af97cba8ca48474e4ad15a24ed50271a9ecdac" }
}