gsty 0.1.2

Ghostty live preview theme browser and installer TUI
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "gsty"
version = "0.1.2"
edition = "2024"
rust-version = "1.95"
authors = ["tappunk"]
description = "Ghostty live preview theme browser and installer TUI"
repository = "https://github.com/tappunk/gsty"
license = "MIT"
readme = "README.md"
keywords = ["ghostty", "theme", "terminal", "tui", "macos"]
categories = ["command-line-utilities"]

[dependencies]
crossterm = "0.28"
ratatui = "0.29"
color-eyre = "0.6"