Add setup/lock files (#4)

This commit is contained in:
Ivan Yonchovski 2022-07-12 21:39:00 +03:00 committed by GitHub
parent 74cdeb54b2
commit 6a6670afba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 0 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
/build
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

15
nimble.lock Normal file
View File

@ -0,0 +1,15 @@
{
"version": 1,
"packages": {
"stew": {
"version": "0.1.0",
"vcsRevision": "6ad35b876fb6ebe0dfee0f697af173acc47906ee",
"url": "https://github.com/status-im/nim-stew.git",
"downloadMethod": "git",
"dependencies": [],
"checksums": {
"sha1": "46d58c4feb457f3241e3347778334e325dce5268"
}
}
}
}