about summary refs log tree commit diff stats
path: root/lib/monoucha0/monoucha.nimble
blob: 1c4975f13d9f3db189932d66e4c6c7fb5bb3bb20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Package

version       = "0.10.0"
author        = "bptato"
description   = "Seamless Nim-QuickJS integration"
license       = "Unlicense"
skipDirs      = @["test"]


# Dependencies

requires "nim >= 2.0.0"
requires "results >= 0.4.0"