nim-sds/reliability.nimble
shash256 62821077bc feat: add nim-bloom, many more updates on reliability API
split to common and utils, logging, error handling, thread safety
2024-10-21 16:55:07 +05:30

14 lines
301 B
Nim

# Package
version = "0.1.0"
author = "Waku Team"
description = "E2E Reliability Protocol API"
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 2.0.8"
requires "chronicles"
# Tasks
task test, "Run the test suite":
exec "nim c -r tests/test_reliability.nim"