wmtools/remmina_choosurr/remmina_choosurr.nimble

15 lines
285 B
Plaintext
Raw Normal View History

# Package
version = "0.1.0"
author = "Paul Wilde"
description = "A Remmina client tool and opener"
license = "GPL-3.0-or-later"
srcDir = "src"
2022-07-17 20:29:47 +02:00
bin = @["remmina_choosurr"]
# Dependencies
requires "nim >= 1.6.6"
requires "configparser >= 0.1.0"