aboutsummaryrefslogtreecommitdiff
path: root/then.nimble
diff options
context:
space:
mode:
authorHistoria <gravel.justness270@slmail.me>2024-06-25 17:38:45 -0400
committerHistoria <gravel.justness270@slmail.me>2024-06-25 17:38:45 -0400
commitb88e9c139d442e0b3f15551ce31f09fc7478f3b2 (patch)
treefd4ab2390fa167bbf33cae3c0280b2f0e7797ef1 /then.nimble
parentf6275ce382b534e842491d7cec2a3ffbb94bfe1f (diff)
downloadsoon-b88e9c139d442e0b3f15551ce31f09fc7478f3b2.tar.gz
Initial commit
Diffstat (limited to 'then.nimble')
-rw-r--r--then.nimble13
1 files changed, 13 insertions, 0 deletions
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"