feat: add simple nimble file

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
Christopher Arndt 2022-10-06 04:43:00 +02:00
parent 896768696b
commit 5a6a55f071
1 changed files with 10 additions and 0 deletions

10
jacket.nimble Normal file
View File

@ -0,0 +1,10 @@
# Package
version = "0.1.0"
author = "Christopher Arndt"
description = "A Nim wrapper for the JACK C API"
license = "MIT"
# Dependencies
requires "nim >= 1.6.0"