move new protocol code into main repo

This commit is contained in:
Lion Kortlepel
2024-01-19 17:45:00 +01:00
parent 3fc74285e6
commit 12ba13d9b4
33 changed files with 5979 additions and 0 deletions

18
vcpkg.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "my-project",
"version-string": "0.1.0",
"dependencies": [
"fmt",
"doctest",
"spdlog",
"openssl",
"cpp-httplib",
"boost-system",
"boost-iostreams",
"boost-process",
"boost-thread",
"nlohmann-json",
"cryptopp",
"zstd"
]
}