We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a708a4e commit 85e6980Copy full SHA for 85e6980
nim_chat_poc.nimble
@@ -5,18 +5,13 @@ author = "jazzz"
5
description = "An example of the chat sdk in Nim"
6
license = "MIT"
7
srcDir = "src"
8
-bin = @["nim_chat_poc", "dev"]
+bin = @["nim_chat_poc"]
9
10
11
# Basic build task
12
task initialize, "Initialize the project after cloning":
13
exec "./initialize.sh"
14
15
-# # Clean
16
-# task cleandeps, "Remove and refresh dependencies":
17
-# rm -rf ~/.nimble/pkgs2/sds-*
18
-# rm -rf ~/.nimble/pkgcache/githubcom_jazzznimsds*
19
-
20
21
# Dependencies
22
@@ -32,4 +27,4 @@ requires "confutils"
32
27
requires "eth"
33
28
requires "regex"
34
29
requires "web3"
35
-requires "file:///Users/jazzz/dev/nim-sds#dev"
30
+requires "https://github.com/jazzz/nim-sds#exports"
0 commit comments