Major refactor to better support multi-threading.

See README for details.
This commit is contained in:
2025-01-04 21:27:37 -06:00
parent ab20a30434
commit 92c2dec54d
6 changed files with 783 additions and 63 deletions

View File

@ -1,6 +1,6 @@
# Package
version = "0.3.2"
version = "1.0.0"
author = "Jonathan Bernard"
description = "Wrapper around std/logging to provide namespaced logging."
license = "MIT"
@ -9,4 +9,7 @@ srcDir = "src"
# Dependencies
requires "nim >= 1.0.4"
requires @["nim >= 2.2.0", "zero_functional"]
# from https://git.jdb-software.com/jdb/nim-packages
requires "timeutils"