nimble package file

This commit is contained in:
array-in-a-matrix 2024-01-14 23:16:39 -05:00
parent de76eaa6d0
commit 13ce571ad7

14
nimbotsdk.nimble Normal file
View file

@ -0,0 +1,14 @@
# Package
version = "0.1.0"
author = "Array in a Matrix"
description = " Nim wrapper for the Matrix bot JS/TS SDK"
license = "AGPL-3.0-or-later"
srcDir = "src"
# Dependencies
requires "nim >= 2.0.2"
backend = "js"