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

version       = "0.1.0"
author        = "Historia"
description   = "Minimalist, single text file calendar inspired by when."
license       = "MIT"
srcDir        = "src"
bin           = @["then"]


# Dependencies

requires "nim >= 2.0.4"