mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-10 01:43:11 +00:00
14 lines
431 B
Plaintext
14 lines
431 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 |