mirror of https://github.com/waku-org/nwaku.git
11 lines
146 B
Nim
11 lines
146 B
Nim
|
when (NimMajor, NimMinor) < (1, 4):
|
||
|
{.push raises: [Defect].}
|
||
|
else:
|
||
|
{.push raises: [].}
|
||
|
|
||
|
import
|
||
|
./waku_metadata/protocol
|
||
|
|
||
|
export
|
||
|
protocol
|