mirror of
https://github.com/logos-messaging/waku-nimble-import.git
synced 2026-01-02 06:03:07 +00:00
24 lines
403 B
Nim
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"
|