mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-03-03 19:23:23 +00:00
12 lines
400 B
Nim
12 lines
400 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,
|
|
./logos_delivery_api/debug_api
|