gsty 0.1.2

Ghostty live preview theme browser and installer TUI
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.95"
name = "gsty"
version = "0.1.2"
authors = ["tappunk"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ghostty live preview theme browser and installer TUI"
readme = "README.md"
keywords = [
    "ghostty",
    "theme",
    "terminal",
    "tui",
    "macos",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/tappunk/gsty"

[[bin]]
name = "gsty"
path = "src/main.rs"

[dependencies.color-eyre]
version = "0.6"

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.29"