Fix nimble warnings.

This commit is contained in:
cheatfate 2018-04-28 09:12:20 +03:00
parent b8ff0d61a4
commit 3fbf1a263c

View File

@ -4,7 +4,7 @@ author = "Status Research & Development GmbH"
description = "A reimplementation in pure Nim of eth-keys, the common API for Ethereum key operations."
license = "Apache License 2.0 or MIT"
# srcDir = "src"
skipDirs = @["src", "tests", "Nim"]
skipDirs = @["src", "tests", "Nim", "old_api"]
### Dependencies