mirror of
https://github.com/logos-messaging/nim-chat-sdk.git
synced 2026-01-07 16:43:11 +00:00
13 lines
196 B
Plaintext
13 lines
196 B
Plaintext
|
|
# Package
|
||
|
|
|
||
|
|
version = "0.0.1"
|
||
|
|
author = "Waku Chat Team"
|
||
|
|
description = "Chat features over Waku"
|
||
|
|
license = "MIT"
|
||
|
|
srcDir = "src"
|
||
|
|
|
||
|
|
|
||
|
|
# Dependencies
|
||
|
|
|
||
|
|
requires "nim >= 2.0.0"
|