aboutsummaryrefslogtreecommitdiff
path: root/soon.nimble
blob: a0380739bf3975aa7ec4f47448a345b9d970f4af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Package

version       = "0.1"
author        = "historia"
description   = "Minimalist, single text file calendar inspired by when."
license       = "MIT"
srcDir        = "src"
bin           = @["soon"]

# Dependencies

requires "nim >= 2.0.4"
requires "illwill >= 0.4.1"