This repository has been archived on 2023-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
nimcord/nimcord.nimble

7 lines
258 B
Plaintext
Raw Normal View History

2020-06-22 20:25:42 +00:00
version = "0.0.1"
author = "SeanOMik"
description = "Discord API wrapper written in Nim. Inspired by DisC++, my other discord library."
license = "MIT"
srcDir = "src"
2020-06-22 20:25:42 +00:00
requires "nim >= 1.0.0", "websocket >= 0.4.0 & <= 0.4.1"