hqtoxbot/hqtoxbot.nimble

17 lines
316 B
Plaintext
Raw Permalink Normal View History

2019-12-17 04:53:51 +01:00
# Package
version = "0.1.0"
author = "Emery Hemingway"
description = "A Tox bot for C3D2 HQ"
license = "GPL-3.0-or-later"
srcDir = "src"
bin = @["hqtoxbot"]
# Dependencies
2019-12-23 18:50:36 +01:00
requires "nim >= 1.0.0", "toxcore >= 0.2.0"
2020-01-23 15:14:41 +01:00
import distros
if detectOs(NixOS):
foreignDep "openssl"