mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-03-02 15:13:37 +00:00
8 lines
361 B
Nim
8 lines
361 B
Nim
import std/[atomics, options]
|
|
import chronicles, chronos, chronos/threadsync, ffi
|
|
import waku/factory/waku, waku/node/waku_node, ./declare_lib
|
|
|
|
################################################################################
|
|
## Include different APIs, i.e. all procs with {.ffi.} pragma
|
|
include ./logos_delivery_api/node_api, ./logos_delivery_api/messaging_api
|