wsx 0.11.2

TUI workspace manager — git worktrees + tmux sessions in one tree
# 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 = "2021"
name = "wsx"
version = "0.11.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI workspace manager — git worktrees + tmux sessions in one tree"
readme = "README.md"
keywords = [
    "tui",
    "git",
    "tmux",
    "worktree",
    "workspace",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/vlwkaos/wsx"

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

[dependencies.anyhow]
version = "1"

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "5"

[dependencies.glob]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.ratatui]
version = "0.29"
features = ["crossterm"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"