Initial commit

This commit is contained in:
joachimschmidt557 2019-07-13 23:08:45 +02:00
commit f3bd7b0207
3 changed files with 106 additions and 0 deletions

View file

@ -0,0 +1,15 @@
# Package
version = "0.1.0"
author = "joachimschmidt557"
description = "Next word prediction"
license = "MIT"
srcDir = "src"
bin = @["nim_word_prediction"]
# Dependencies
requires "nim >= 0.20.0"
requires "neo >= 0.2.5"