mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-13 08:14:43 +00:00
13 lines
227 B
Nim
13 lines
227 B
Nim
# Package
|
|
|
|
version = "0.5"
|
|
author = "Andre von Houck, Volodymyr Melnychuk"
|
|
description = "Simple WebSocket library for nim."
|
|
license = "MIT"
|
|
srcDir = "src"
|
|
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 0.19.0"
|