utils/tunnel/tunnel.nimble

15 lines
286 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-11-06 22:43:49 -06:00
requires "https://github.com/daylinmorgan/hwylterm#a4e0f3f"
2024-08-16 14:07:25 -05:00