tsm/tsm.nimble
2024-11-12 15:25:54 -06:00

17 lines
378 B
Nim

# Package
version = "2024.1001"
author = "Daylin Morgan"
description = "tmux session manager"
license = "MIT"
srcDir = "src"
bin = @["tsm"]
binDir = "bin"
# Dependencies
requires "nim >= 2.0.0"
requires "illwill >= 0.4.1"
requires "https://github.com/daylinmorgan/hwylterm#2a5dce88"
requires "https://github.com/usu-dev/usu-nim"