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