Add setup/lock files

This commit is contained in:
Ivan Yonchovski 2022-07-12 16:00:35 +03:00
parent 0f9b12abc6
commit de29d41b24
3 changed files with 10 additions and 0 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@
!*/
!*.*
nimbledeps
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

4
nimble.lock Normal file
View File

@ -0,0 +1,4 @@
{
"version": 1,
"packages": {}
}