blob: 632f70ab74c1f2bcd54ed99ab40e9f5f683fd1f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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"
|