mirror of
https://github.com/logos-storage/nim-asynciterators.git
synced 2026-01-02 13:33:08 +00:00
8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
|
|
--path:
|
||
|
|
"../"
|
||
|
|
import "../config.nims"
|
||
|
|
# begin Nimble config (version 2)
|
||
|
|
when withDir(thisDir(), system.fileExists("nimble.paths")):
|
||
|
|
include "nimble.paths"
|
||
|
|
# end Nimble config
|