Initial commit following nimble init.

This commit is contained in:
2022-01-13 13:22:13 -06:00
commit 3222260baa
6 changed files with 46 additions and 0 deletions

12
namespaced_logging.nimble Normal file
View File

@ -0,0 +1,12 @@
# Package
version = "0.1.0"
author = "Jonathan Bernard"
description = "Wrapper around std/logging to provide namespaced logging."
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 1.6.2"