hyprman/hyprman.nimble

17 lines
301 B
Text
Raw Normal View History

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