hyprman/hyprman.nimble
2024-11-11 16:11:11 -06:00

16 lines
302 B
Nim

# Package
version = "0.1.0"
author = "Daylin Morgan"
description = "hyrpman "
license = "MIT"
srcDir = "src"
bin = @["hyprman"]
# Dependencies
requires "nim >= 2.0.8"
requires "yaml"
requires "jsony"
requires "https://github.com/daylinmorgan/hwylterm#65a952e"