daily-notifier/daily_notifier.nimble
2016-10-17 17:15:00 -05:00

13 lines
328 B
Nim

# Package
version = "0.2.0"
author = "Jonathan Bernard"
description = "Little programs that reads my daily plan and notifies me of upcoming events."
license = "MIT"
bin = @["daily_notifier", "deploy_plans_via_ftp"]
# Dependencies
requires @["nim >= 0.15.0", "docopt", "timeutils", "tempfile"]