aboutsummaryrefslogtreecommitdiff
path: root/vcpkg.json
diff options
context:
space:
mode:
authorLibravatar Michael J <37635304+buttercat1791@users.noreply.github.com>2024-05-09 08:28:50 -0500
committerLibravatar GitHub <noreply@github.com>2024-05-09 08:28:50 -0500
commit663fb4e7199e1b4318a5bc107096f6a529823e02 (patch)
tree7d92570de852f97550f84140bd794fa5d64c567b /vcpkg.json
parent0d87b4053983ec8edaff5b73491b717866876586 (diff)
parentd6faf6c815611450d1b61045b53525d7f25ac5c9 (diff)
Merge pull request #3 from buttercat1791/relay-readv0.0.2
Full Relay Read/Write Support
Diffstat (limited to 'vcpkg.json')
-rw-r--r--vcpkg.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json
new file mode 100644
index 0000000..579ca88
--- /dev/null
+++ b/vcpkg.json
@@ -0,0 +1,8 @@
+{
+ "dependencies": [
+ "nlohmann-json",
+ "openssl",
+ "plog",
+ "websocketpp"
+ ]
+}