diff --git a/.gitignore b/.gitignore index d06ac8c..1d01e08 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ .vscode leopard.nims TODO + +nimble.develop +nimble.paths diff --git a/config.nims b/config.nims index bdad7d5..c4caedf 100644 --- a/config.nims +++ b/config.nims @@ -1,2 +1,6 @@ --threads:on --tlsEmulation:off +# begin Nimble config (version 1) +when fileExists("nimble.paths"): + include "nimble.paths" +# end Nimble config diff --git a/nimble.lock b/nimble.lock new file mode 100644 index 0000000..b079b94 --- /dev/null +++ b/nimble.lock @@ -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" + } + } + } +} \ No newline at end of file