Fix nimble dependencies.
This commit is contained in:
parent
475c03ff7b
commit
53aec163eb
|
@ -9,7 +9,8 @@ skipDirs = @["tests"]
|
|||
|
||||
requires "nim > 1.2.0",
|
||||
"stew",
|
||||
"bearssl"
|
||||
"bearssl",
|
||||
"nim-http-utils"
|
||||
|
||||
task test, "Run all tests":
|
||||
var commands = [
|
||||
|
|
Loading…
Reference in New Issue