Add setup files (#10)
This commit is contained in:
parent
11df74552d
commit
9d73aa99ff
|
@ -11,3 +11,5 @@ nimcache/
|
|||
/examples/miniupnpc_test
|
||||
/examples/natpmp_test
|
||||
|
||||
nimble.develop
|
||||
nimble.paths
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
# begin Nimble config (version 1)
|
||||
when fileExists("nimble.paths"):
|
||||
include "nimble.paths"
|
||||
# end Nimble config
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue