wtui 0.1.2

A terminal UI and CLI for managing Git worktrees across repositories
[package]
name = "wtui"
version = "0.1.2"
edition = "2024"
rust-version = "1.85"
authors = ["Will Bradley <williambbradley@gmail.com>"]
description = "A terminal UI and CLI for managing Git worktrees across repositories"
readme = "README.md"
homepage = "https://github.com/wbbradley/wt"
repository = "https://github.com/wbbradley/wt"
license = "MIT"
keywords = ["git", "worktree", "github", "tui", "cli"]
categories = ["command-line-utilities", "development-tools"]
exclude = ["COMPLETED.md", "PLAN.md", "docs/"]
publish = ["crates-io"]

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

[dependencies]
base64 = "0.22"
clap = { version = "4.5", features = ["derive"] }
crossterm = "0.28"
fs2 = "0.4"
libc = "0.2"
ratatui = "0.29"
regex = "1.11"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tempfile = "3.20"
thiserror = "2.0"
time = { version = "0.3", features = ["parsing"] }
ureq = { version = "3.1", features = ["json"] }