Initial config

This commit is contained in:
Joey Yakimowich-Payne 2022-11-27 14:29:02 -07:00
commit 2074b52baa
5 changed files with 11 additions and 11 deletions

9
libobjc.nimble Normal file
View file

@ -0,0 +1,9 @@
version = "0.1.0"
author = "Joey Yakimowich-Payne"
description = "Wrappers for libobjc"
license = "MIT"
srcDir = "src"
bin = @["libobjc"]
requires "nim >= 1.6.10"