xenotime/xenotime.nimble

19 lines
427 B
Nim

# Package
version = "0.1.0"
author = "osmarks"
description = "forum software thing"
license = "MIT"
srcDir = "src"
bin = @["xenotime"]
# Dependencies
requires "nim >= 1.4.2"
requires "prologue >= 0.4"
requires "karax >= 1.2.1"
requires "https://github.com/GULPF/tiny_sqlite#2944bc7"
requires "https://github.com/osmarks/nim-cmark-gfm"
requires "nimcrypto"
requires "argon2_bind >= 0.1"