mirror of
https://github.com/vacp2p/universal-connectivity.git
synced 2026-01-09 15:18:05 -05:00
9 lines
231 B
Nim
9 lines
231 B
Nim
# begin Nimble config (version 2)
|
|
when withDir(thisDir(), system.fileExists("nimble.paths")):
|
|
include "nimble.paths"
|
|
--define:
|
|
"chronicles_sinks=textblocks[dynamic]"
|
|
--define:
|
|
"chronicles_log_level=DEBUG"
|
|
# end Nimble config
|