We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9812f commit db74b47Copy full SHA for db74b47
6 files changed
.gitmodules
@@ -13,9 +13,15 @@
13
[submodule "Dependencies/HE1ML"]
14
path = Dependencies/HE1ML
15
url = https://github.com/hedge-dev/HE1ML.git
16
+[submodule "Dependencies/json"]
17
+ path = Dependencies/json
18
+ url = https://github.com/nlohmann/json.git
19
[submodule "Framework/Dependencies/curl"]
20
path = Framework/Dependencies/curl
21
url = https://github.com/curl/curl.git
22
+[submodule "Framework/Dependencies/json"]
23
+ path = Framework/Dependencies/json
24
25
[submodule "Framework/Dependencies/xxHash"]
26
path = Framework/Dependencies/xxHash
27
url = https://github.com/Cyan4973/xxHash.git
Dependencies/json
0 commit comments