blob: 6ba408ca52fff80fe28641fee21590345432a29a (
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"
|