nimble setup (#269)

This commit is contained in:
zah 2022-04-17 11:41:14 +02:00 committed by GitHub
parent bb4c3298f5
commit 5a906ad56c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 56 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
nimcache
*.exe
nimble.develop
nimble.paths

4
config.nims Normal file
View File

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

50
nimble.lock Normal file
View File

@ -0,0 +1,50 @@
{
"version": 1,
"packages": {
"unittest2": {
"version": "0.0.3",
"vcsRevision": "24eb5e829ed07e71e3a5d09786d5f80aa988874f",
"url": "https://github.com/status-im/nim-unittest2.git",
"downloadMethod": "git",
"dependencies": [],
"checksums": {
"sha1": "0140709df36bca378cfa8678e04082f9a1fccabf"
}
},
"stew": {
"version": "0.1.0",
"vcsRevision": "cdb1f213d073fd2ecbdaf35a866417657da9294c",
"url": "https://github.com/status-im/nim-stew",
"downloadMethod": "git",
"dependencies": [],
"checksums": {
"sha1": "3dd9e4ec78d906b59b6f9bcf74f5f8fa6b5c24fe"
}
},
"httputils": {
"version": "0.3.0",
"vcsRevision": "40048e8b3e69284bdb5d4daa0a16ad93402c55db",
"url": "https://github.com/status-im/nim-http-utils",
"downloadMethod": "git",
"dependencies": [
"stew",
"unittest2"
],
"checksums": {
"sha1": "7a3ddd118b1f5eecd413a2effcc289cd19cb812e"
}
},
"bearssl": {
"version": "0.1.5",
"vcsRevision": "0ebb1d7a4af5f4b4d4756a9b6dbfe5d411fa55d9",
"url": "https://github.com/status-im/nim-bearssl",
"downloadMethod": "git",
"dependencies": [
"unittest2"
],
"checksums": {
"sha1": "cf0ecafdfc0b1b4c19a6dc80728d2fa7abae8ee6"
}
}
}
}