mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-07 16:13:07 +00:00
Add stint requirement
This commit is contained in:
parent
68dc4351d1
commit
6edc47fc0a
@ -7,7 +7,8 @@ srcDir = "src"
|
||||
|
||||
### Dependencies
|
||||
requires "nim >= 0.17.3",
|
||||
"nimcrypto"
|
||||
"nimcrypto",
|
||||
"stint"
|
||||
|
||||
proc configForTests() =
|
||||
--hints: off
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user