nimforum/nimforum.nimble
Euan Torano c1bd44b997 Adding reCAPTCHA rather than the custom captcha.
Signed-off-by: Euan Torano <euantorano@gmail.com>
2017-03-07 18:57:05 +00:00

11 lines
252 B
Nim

[Package]
name = "nimforum"
version = "0.1.0"
author = "Dominik Picheta"
description = "Nim forum"
license = "MIT"
bin = "forum"
[Deps]
Requires: "nim >= 0.14.0, cairo#head, jester#head, bcrypt#head, recaptcha >= 1.0.0"