Add setup files (#10)

This commit is contained in:
Ivan Yonchovski 2022-07-12 21:38:27 +03:00 committed by GitHub
parent 11df74552d
commit 9d73aa99ff
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

@ -11,3 +11,5 @@ nimcache/
/examples/miniupnpc_test
/examples/natpmp_test
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"
}
}
}
}