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

8 lines
240 B
Nim

version = "0.0.1"
author = "SeanOMik"
description = "Discord API wrapper written in Nim. Inspired by DisC++, my other discord library."
license = "MIT"
srcDir = "src"
requires "nim >= 1.2.0", "ws >= 0.4"