mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-04 06:53:12 +00:00
14 lines
232 B
Nim
14 lines
232 B
Nim
when (NimMajor, NimMinor) < (1, 4):
|
|
{.push raises: [Defect].}
|
|
else:
|
|
{.push raises: [].}
|
|
|
|
import
|
|
./waku_peer_exchange/rpc,
|
|
./waku_peer_exchange/rpc_codec,
|
|
./waku_peer_exchange/protocol
|
|
export
|
|
rpc,
|
|
rpc_codec,
|
|
protocol
|