utils/tunnel/tunnel.nimble

16 lines
310 B
Text
Raw Normal View History

2024-08-16 14:07:25 -05:00
# Package
version = "0.1.0"
author = "Daylin Morgan"
description = "A new awesome nimble package"
license = "MIT"
srcDir = "."
bin = @["tunnel"]
# Dependencies
requires "nim >= 2.0.8"
2024-10-12 10:58:46 -05:00
requires "cligen >= 1.7.6"
2024-10-08 12:15:53 -05:00
requires "https://github.com/daylinmorgan/hwylterm#HEAD"
2024-08-16 14:07:25 -05:00