mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-10 18:03:11 +00:00
26 lines
771 B
Plaintext
26 lines
771 B
Plaintext
# Native dependencies that require git submodules
|
|
# All pure Nim packages are now managed via Nimble with pinned commits
|
|
|
|
[submodule "vendor/zerokit"]
|
|
path = vendor/zerokit
|
|
url = https://github.com/vacp2p/zerokit.git
|
|
ignore = dirty
|
|
branch = v0.5.1
|
|
|
|
[submodule "vendor/waku-rlnv2-contract"]
|
|
path = vendor/waku-rlnv2-contract
|
|
url = https://github.com/logos-messaging/waku-rlnv2-contract.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-lsquic"]
|
|
path = vendor/nim-lsquic
|
|
url = https://github.com/vacp2p/nim-lsquic
|
|
[submodule "vendor/nim-jwt"]
|
|
path = vendor/nim-jwt
|
|
url = https://github.com/vacp2p/nim-jwt.git
|
|
[submodule "vendor/nim-ffi"]
|
|
path = vendor/nim-ffi
|
|
url = https://github.com/logos-messaging/nim-ffi/
|
|
ignore = untracked
|
|
branch = master
|