This PR introduces magic_enum (https://github.com/Neargye/magic_enum) library as a submodule, which ergonomically handles enum to string conversions without requiring any adaptations to existing enum definitions.
34 lines
1.1 KiB
Text
34 lines
1.1 KiB
Text
[submodule "miniupnp"]
|
|
path = submodules/miniupnp
|
|
url = https://github.com/miniupnp/miniupnp.git
|
|
[submodule "lmdb"]
|
|
path = submodules/lmdb
|
|
url = https://github.com/nanocurrency/lmdb.git
|
|
branch = lmdb_0_9_23
|
|
[submodule "cryptopp"]
|
|
path = submodules/cryptopp
|
|
url = https://github.com/weidai11/cryptopp.git
|
|
[submodule "phc-winner-argon2"]
|
|
path = submodules/phc-winner-argon2
|
|
url = https://github.com/nanocurrency/phc-winner-argon2.git
|
|
[submodule "gtest"]
|
|
path = submodules/gtest
|
|
url = https://github.com/google/googletest.git
|
|
[submodule "cpptoml"]
|
|
path = submodules/cpptoml
|
|
url = https://github.com/cryptocode/cpptoml.git
|
|
[submodule "flatbuffers"]
|
|
path = submodules/flatbuffers
|
|
url = https://github.com/google/flatbuffers.git
|
|
[submodule "rocksdb"]
|
|
path = submodules/rocksdb
|
|
url = https://github.com/facebook/rocksdb.git
|
|
[submodule "diskhash"]
|
|
path = submodules/diskhash
|
|
url = https://github.com/nanocurrency/diskhash.git
|
|
[submodule "boost"]
|
|
path = submodules/boost
|
|
url = https://github.com/boostorg/boost.git
|
|
[submodule "magic_enum"]
|
|
path = submodules/magic_enum
|
|
url = https://github.com/Neargye/magic_enum.git
|