mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-02 14:13:10 +00:00
49 lines
1.4 KiB
Plaintext
49 lines
1.4 KiB
Plaintext
[submodule "vendor/nimbus-build-system"]
|
|
path = vendor/nimbus-build-system
|
|
url = https://github.com/status-im/nimbus-build-system.git
|
|
[submodule "vendor/nwaku"]
|
|
path = vendor/nwaku
|
|
url = https://github.com/waku-org/nwaku.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-sds"]
|
|
path = vendor/nim-sds
|
|
url = https://github.com/jazzz/nim-sds.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-protobuf-serialization"]
|
|
path = vendor/nim-protobuf-serialization
|
|
url = https://github.com/status-im/nim-protobuf-serialization.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/npeg"]
|
|
path = vendor/npeg
|
|
url = https://github.com/zevv/npeg.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/blake2"]
|
|
path = vendor/blake2
|
|
url = https://github.com/narimiran/blake2.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/illwill"]
|
|
path = vendor/illwill
|
|
url = https://github.com/johnnovak/illwill.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim_chacha20_poly1305"]
|
|
path = vendor/nim_chacha20_poly1305
|
|
url = https://github.com/lantos-lgtm/nim_chacha20_poly1305.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/constantine"]
|
|
path = vendor/constantine
|
|
url = https://github.com/mratsim/constantine.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-ffi"]
|
|
path = vendor/nim-ffi
|
|
url = https://github.com/logos-messaging/nim-ffi/
|
|
ignore = untracked
|
|
branch = master
|