tsm/tsm.nimble

21 lines
501 B
Text
Raw Normal View History

2023-09-05 13:36:33 -05:00
# Package
2024-03-18 17:01:29 -05:00
version = "2024.1001"
2023-09-05 13:36:33 -05:00
author = "Daylin Morgan"
description = "tmux session manager"
license = "MIT"
srcDir = "src"
bin = @["tsm"]
binDir = "bin"
# Dependencies
2024-03-18 16:19:33 -05:00
requires "nim >= 2.0.0"
2024-03-19 11:57:34 -05:00
# illwill PR 47
requires "https://github.com/inv2004/illwill/#449ae5d2f05aba125d5a71823ff1da55b1766d70"
2024-03-18 16:19:33 -05:00
# requires "illwill == 0.3.2",
requires "cligen"
requires "https://github.com/daylinmorgan/bbansi >= 0.1.1"
2024-03-19 11:57:34 -05:00
requires "https://github.com/usu-dev/usu-nim"
2023-09-05 13:36:33 -05:00