mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-06 15:33:08 +00:00
nimble setup (#269)
This commit is contained in:
parent
bb4c3298f5
commit
5a906ad56c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
nimcache
|
nimcache
|
||||||
*.exe
|
*.exe
|
||||||
|
nimble.develop
|
||||||
|
nimble.paths
|
||||||
|
|||||||
4
config.nims
Normal file
4
config.nims
Normal 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
50
nimble.lock
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user