Add nimble file and some makefile tasks.

FossilOrigin-Name: c4a4dfdf10b5d1e7136eea1f078ba67798a134c69436d7f9679ba93c04c9671a
This commit is contained in:
Mahlon E. Smith 2023-06-15 17:58:22 +00:00
parent 0313f1681a
commit 3583868771
5 changed files with 83 additions and 62 deletions

14
sieb.nimble Normal file
View file

@ -0,0 +1,14 @@
# Package
version = "0.1.0"
author = "Mahlon E. Smith"
description = "Fast and simple local mail filter."
license = "MIT"
srcDir = "src"
bin = @["sieb"]
# Dependencies
requires "nim >= 1.5.0"
requires "yaml >= 1.1"