Create a working nimble file

This commit is contained in:
SeanOMik 2020-06-22 15:25:42 -05:00
parent 545caa3380
commit 253ea1004d
No known key found for this signature in database
GPG Key ID: FA4D55AC05268A88
1 changed files with 6 additions and 9 deletions

View File

@ -1,10 +1,7 @@
# Package version = "0.0.1"
author = "SeanOMik"
description = "Discord API wrapper written in Nim. Inspired by DisC++, my other discord library."
license = "MIT"
srcDir = "src"
version = "0.0.0" requires "nim >= 1.0.0", "websocket >= 0.4.0 & <= 0.4.1"
author = "SeanOMik, Intexisty"
description = "Discord API wrapper written in Nim. Inspired by discord.py"
license = "MIT"
# Dependencies
requires "nim >= 1.0.4", "websocket == 0.4.1"