mirror of
https://github.com/codex-storage/nim-leopard.git
synced 2025-01-30 20:55:41 +00:00
commit
2f0bcd72d1
3
.gitignore
vendored
3
.gitignore
vendored
@ -11,3 +11,6 @@
|
|||||||
.vscode
|
.vscode
|
||||||
leopard.nims
|
leopard.nims
|
||||||
TODO
|
TODO
|
||||||
|
|
||||||
|
nimble.develop
|
||||||
|
nimble.paths
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
--threads:on
|
--threads:on
|
||||||
--tlsEmulation:off
|
--tlsEmulation:off
|
||||||
|
# begin Nimble config (version 1)
|
||||||
|
when fileExists("nimble.paths"):
|
||||||
|
include "nimble.paths"
|
||||||
|
# end Nimble config
|
||||||
|
35
nimble.lock
Normal file
35
nimble.lock
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"packages": {
|
||||||
|
"unittest2": {
|
||||||
|
"version": "0.0.4",
|
||||||
|
"vcsRevision": "f180f596c88dfd266f746ed6f8dbebce39c824db",
|
||||||
|
"url": "https://github.com/status-im/nim-unittest2.git",
|
||||||
|
"downloadMethod": "git",
|
||||||
|
"dependencies": [],
|
||||||
|
"checksums": {
|
||||||
|
"sha1": "fa309c41eaf6ef57895b9e603f2620a2f6e11780"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"upraises": {
|
||||||
|
"version": "0.1.0",
|
||||||
|
"vcsRevision": "ff4f8108e44fba9b35cac535ab63d3927e8fd3c2",
|
||||||
|
"url": "https://github.com/markspanbroek/upraises.git",
|
||||||
|
"downloadMethod": "git",
|
||||||
|
"dependencies": [],
|
||||||
|
"checksums": {
|
||||||
|
"sha1": "a0243c8039e12d547dbb2e9c73789c16bb8bc956"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"stew": {
|
||||||
|
"version": "0.1.0",
|
||||||
|
"vcsRevision": "6ad35b876fb6ebe0dfee0f697af173acc47906ee",
|
||||||
|
"url": "https://github.com/status-im/nim-stew.git",
|
||||||
|
"downloadMethod": "git",
|
||||||
|
"dependencies": [],
|
||||||
|
"checksums": {
|
||||||
|
"sha1": "46d58c4feb457f3241e3347778334e325dce5268"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user