aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2024-03-26 13:31:10 +0100
committerGitHub Enterprise <[email protected]>2024-03-26 13:31:10 +0100
commit59e51bf811a5907983b84f3e2ed14e47a7210e75 (patch)
treea8418dec9b8184ad76d6922da23cebe9db290897 /xmake.lua
parentadd filter to projectstore entries request (#25) (diff)
downloadzen-59e51bf811a5907983b84f3e2ed14e47a7210e75.tar.xz
zen-59e51bf811a5907983b84f3e2ed14e47a7210e75.zip
add yaml serialization support (#3)
this change adds serialization of payloads as YAML, but not parsing. The implementation is somewhat based on the JSON path, and may be collapsed eventually as it is possible to serialize JSON format using the same code it also separates out the JSON serialization into a separate file for ease of maintenance any HTTP request response may be formatted as yaml by using a `.yaml` suffix or an `Accept: text/yaml` header
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake.lua b/xmake.lua
index 83d85a6d9..02781541b 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -15,6 +15,8 @@ add_requires(
"vcpkg::json11",
"vcpkg::lua",
"vcpkg::lz4",
+ "vcpkg::ryml",
+ "vcpkg::c4core",
"vcpkg::robin-map",
"vcpkg::sol2",
"vcpkg::spdlog",