nim-serde/config.nims

9 lines
194 B
Plaintext
Raw Normal View History

2024-02-07 09:40:48 +11:00
--styleCheck:usages
--styleCheck:error
# begin Nimble config (version 2)
--noNimblePath
when withDir(thisDir(), system.fileExists("nimble.paths")):
2024-02-07 09:40:48 +11:00
include "nimble.paths"
# end Nimble config