waku-nimble-import/nimble_test.nimble
Jazz Turner-Baggs b114cacf2b
Initial Commit
2025-12-05 09:48:41 -08:00

24 lines
403 B
Nim

# Package
version = "0.2.1"
author = "Jazz Turner-Baggs"
description = "A new awesome nimble package"
license = "MIT"
srcDir = "src"
installExt = @["nim"]
bin = @["nimble_test"]
# Dependencies
requires "nim >= 2.2.4",
"waku == 0.36.0",
"protobuf_serialization",
"blake2",
"constantine",
"libp2p",
"nimchacha20poly1305"
requires "nim >= 2.2.4"