Add packageName in waku.nimble

This commit is contained in:
Ivan Folgueira Bande 2025-09-26 16:18:50 +02:00
parent 52c0b06104
commit 3afcf74f0f

View File

@ -4,11 +4,11 @@ import os
mode = ScriptMode.Verbose
### Package
packageName = "waku"
version = "0.36.0"
author = "Status Research & Development GmbH"
description = "Waku, Private P2P Messaging for Resource-Restricted Devices"
license = "MIT or Apache License 2.0"
#bin = @["build/waku"]
### Dependencies
requires "nim >= 2.2.4",