From b88e9c139d442e0b3f15551ce31f09fc7478f3b2 Mon Sep 17 00:00:00 2001 From: Historia Date: Tue, 25 Jun 2024 17:38:45 -0400 Subject: Initial commit --- then.nimble | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 then.nimble (limited to 'then.nimble') diff --git a/then.nimble b/then.nimble new file mode 100644 index 0000000..6ba408c --- /dev/null +++ b/then.nimble @@ -0,0 +1,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" -- cgit v1.2.3