libnotify_actor/libnotify_actor.nimble

14 lines
286 B
Nim

# Package
version = "20230506"
author = "Emery Hemingway"
description = "Actor for sending notifications with Libnotify"
license = "Unlicense"
srcDir = "src"
bin = @["libnotify_actor"]
# Dependencies
requires "nim >= 1.6.10", "syndicate >= 20230518"