This commit is contained in:
cereci5049 2024-06-18 00:41:14 +05:30
parent 0e2921bf5a
commit 9a21591116

14
n3.nimble Normal file
View file

@ -0,0 +1,14 @@
# Package
version = "0.1.0"
author = "cereci5049"
description = "An Authentication API"
license = "LGPL-2.1-or-later"
srcDir = "src"
installExt = @["nim"]
bin = @["n3"]
# Dependencies
requires "nim >= 2.0.2"