mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-09 14:26:27 +00:00
b9d5d28af5
* chore: remove references to v2 * fix: lingering rln-relay import path
13 lines
186 B
Nim
13 lines
186 B
Nim
when (NimMajor, NimMinor) < (1, 4):
|
|
{.push raises: [Defect].}
|
|
else:
|
|
{.push raises: [].}
|
|
|
|
import
|
|
./queue_driver/queue_driver,
|
|
./queue_driver/index
|
|
|
|
export
|
|
queue_driver,
|
|
index
|