[package]
edition = "2024"
rust-version = "1.85"
name = "marver"
version = "0.0.0"
authors = ["Kit <rootpy1@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A TUI workspace for AI agent sessions: tmux orchestration, git worktree management, and repo control in one place."
homepage = "https://marver.sh"
readme = "README.md"
keywords = [
"tui",
"tmux",
"worktree",
"agents",
"workspace",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rootpy1/marver"
[[bin]]
name = "marver"
path = "src/main.rs"
[dependencies]