mirror of https://github.com/status-im/news.git
13 lines
227 B
Plaintext
13 lines
227 B
Plaintext
|
# Package
|
||
|
|
||
|
version = "0.1"
|
||
|
author = "Andre von Houck, Volodymyr Melnychuk"
|
||
|
description = "Simple WebSocket library for nim."
|
||
|
license = "MIT"
|
||
|
srcDir = "src"
|
||
|
|
||
|
|
||
|
# Dependencies
|
||
|
|
||
|
requires "nim >= 0.19.0"
|