Update confutils.nimble (#57)

Co-authored-by: Jacek Sieka <jacek@status.im>
This commit is contained in:
Luke 2022-11-23 12:30:59 -06:00 committed by GitHub
parent 269c17401d
commit 56f4db90f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,8 @@ license = "Apache License 2.0"
skipDirs = @["tests"]
requires "nim >= 1.2.0",
"stew"
"stew",
"serialization"
let nimc = getEnv("NIMC", "nim") # Which nim compiler to use
let lang = getEnv("NIMLANG", "c") # Which backend (c/cpp/js)