Convert to nimble module

This commit is contained in:
Gustavo Cordova Avila
2024-03-20 17:19:43 -07:00
parent 0ce7fb84b5
commit 2f59ed48f8
3 changed files with 9 additions and 0 deletions

9
logging.nimble Normal file
View File

@@ -0,0 +1,9 @@
# Package
version = "1.0.0"
author = "Gustavo Cordova Avila"
description = "Simple logging module"
license = "Apache-2.0"
srcDir = "src"
# Dependencies
requires "nim >= 2.0.0"