Setup for Nimble 1.4.0

This commit is contained in:
Zahary Karadjov 2021-12-22 13:45:32 +02:00
parent 2a2681b602
commit 1682096306
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View File

@ -6,3 +6,5 @@
nimcache/
nimble.develop
nimble.paths

4
config.nims Normal file
View File

@ -0,0 +1,4 @@
# begin Nimble config (version 1)
when fileExists("nimble.paths"):
include "nimble.paths"
# end Nimble config