hyprman/hyprman.nimble

18 lines
317 B
Text
Raw Normal View History

2024-10-01 15:42:36 -05:00
# Package
version = "0.1.0"
author = "Daylin Morgan"
description = "hyrpman "
license = "MIT"
srcDir = "src"
bin = @["hyprman"]
# Dependencies
requires "nim >= 2.0.8"
requires "cligen"
requires "yaml"
2024-10-20 07:46:02 -05:00
requires "jsony"
2024-10-01 15:42:36 -05:00
requires "https://github.com/daylinmorgan/hwylterm#HEAD"