utils/tunnel/tunnel.nimble

14 lines
287 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"
2024-11-11 15:33:32 -06:00
srcDir = "src"
2024-08-16 14:07:25 -05:00
bin = @["tunnel"]
# Dependencies
requires "nim >= 2.0.8"
2024-11-11 15:33:32 -06:00
requires "https://github.com/daylinmorgan/hwylterm#65a952e"
2024-08-16 14:07:25 -05:00