Add packageName in waku.nimble

This commit is contained in:
Ivan Folgueira Bande 2025-09-26 16:18:50 +02:00
parent d78118035f
commit 41146a9193
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

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",