Add nimble file and some makefile tasks.
FossilOrigin-Name: c4a4dfdf10b5d1e7136eea1f078ba67798a134c69436d7f9679ba93c04c9671a
This commit is contained in:
parent
0313f1681a
commit
3583868771
5 changed files with 83 additions and 62 deletions
14
sieb.nimble
Normal file
14
sieb.nimble
Normal 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"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue