forked from sszczep/UniswapSniperBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
29 lines (28 loc) · 817 Bytes
/
.gitmodules
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
[submodule "libs/websocketpp"]
path = libs/websocketpp
url = https://github.com/zaphoyd/websocketpp.git
ignore = dirty
[submodule "libs/secp256k1"]
path = libs/secp256k1
url = https://github.com/bitcoin-core/secp256k1.git
ignore = dirty
[submodule "libs/XKCP"]
path = libs/XKCP
url = https://github.com/XKCP/XKCP.git
ignore = dirty
[submodule "libs/googletest"]
path = libs/googletest
url = https://github.com/google/googletest.git
ignore = dirty
[submodule "libs/benchmark"]
path = libs/benchmark
url = https://github.com/google/benchmark.git
ignore = dirty
[submodule "libs/doxygen"]
path = libs/doxygen
url = https://github.com/doxygen/doxygen.git
ignore = dirty
[submodule "doxygen/theme"]
path = doxygen/theme
url = https://github.com/kcwongjoe/doxygen_theme_flat_design.git
ignore = dirty