wmtools/netwurrk/netwurrk.nimble

14 lines
258 B
Plaintext
Raw Normal View History

# Package
version = "0.1.0"
author = "Paul Wilde"
description = "Display NIC IP address and link to manage NICs"
license = "GPL-3.0-or-later"
srcDir = "src"
2022-07-17 20:29:47 +02:00
bin = @["netwurrk"]
# Dependencies
requires "nim >= 1.6.6"