diff options
Diffstat (limited to 'then.nimble')
| -rw-r--r-- | then.nimble | 13 |
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" |
