blob: 1b7cf9a271c068c59582589256b5a4c23af228fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Package
version = "0.1"
author = "historia"
description = "Minimalist, single text file calendar inspired by when."
license = "MIT"
srcDir = "src"
bin = @["then"]
# Dependencies
requires "nim >= 2.0.4"
|