Created
May 19, 2018 10:58
-
-
Save mooskagh/0e69aa806eaf3e30b87a11a6c0bde518 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Package | |
version = "0.1.0" | |
author = "Alexander Lyashuk" | |
description = "A client for lc0 engine" | |
license = "GPLv3" | |
srcDir = "src" | |
bin = @["lc0client"] | |
switch("out", "dash-y") | |
# Dependencies | |
requires "nim >= 0.18.0" | |
requires "parsetoml" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment