Allow external import

This commit is contained in:
Jazz Turner-Baggs 2025-08-24 09:33:37 -07:00 committed by GitHub
parent 569607b616
commit a70778046f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,16 +0,0 @@
# 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"
requires "libp2p"
# Tasks
task test, "Run the test suite":
exec "nim c -r tests/test_bloom.nim"
exec "nim c -r tests/test_reliability.nim"