sieb/sieb.nimble

15 lines
257 B
Text
Raw Normal View History

# 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"