forked from hiero-ledger/hiero-sdk-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg.json
More file actions
49 lines (49 loc) · 818 Bytes
/
vcpkg.json
File metadata and controls
49 lines (49 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "hiero-sdk-cpp",
"version-string": "0.1.0",
"builtin-baseline": "ce613c41372b23b1f51333815feb3edd87ef8a8b",
"dependencies": [
{
"name": "openssl",
"version>=": "3.2.0#2"
},
{
"name": "pthreads",
"version>=": "3.0.0#11"
},
{
"name": "zlib",
"version>=": "1.2.12"
},
{
"name": "protobuf",
"version>=": "3.21.6"
},
{
"name": "grpc",
"version>=": "1.49.0"
},
{
"name": "nlohmann-json"
},
{
"name": "expat"
},
{
"name": "apr",
"version>=": "1.7.4"
},
{
"name": "apr-util",
"version>=": "1.6.1#8"
},
{
"name": "cpp-httplib",
"version>=": "0.14.1"
},
{
"name": "gtest",
"version>=": "1.16.0"
}
]
}