update nimble file: add json_serialization dependency

This commit is contained in:
jangko 2021-04-12 15:23:32 +07:00
parent 635803b76a
commit 78d140d3d1
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 3 additions and 2 deletions

View File

@ -14,11 +14,12 @@ version = "0.1.0"
author = "Status Research & Development GmbH"
description = "GraphQL parser, server and client implementation"
license = "Apache License 2.0"
skipDirs = @["tests", "resources", "fuzzer"]
skipDirs = @["tests", "resources", "fuzzer", "docs"]
requires "nim >= 1.2.0",
"faststreams",
"stew"
"stew",
"json_serialization"
proc test(env, path: string) =
# Compilation language is controlled by TEST_LANG