c/n3.nimble

15 lines
253 B
Text
Raw Permalink Normal View History

2024-06-17 19:11:14 +00:00
# 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"