blob: ec2e0c9d29c546b6372efb9f1a7f8380c4c9faac (
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 = @["soon"]
# Dependencies
requires "nim >= 2.0.4"
|