zeph-worktree 0.22.4

Git worktree lifecycle management for Zeph subagents
Documentation
[package]
name = "zeph-worktree"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
publish.workspace = true
description = "Git worktree lifecycle management for Zeph subagents"
readme = "README.md"

[features]
default = []

[dependencies]
parking_lot.workspace = true
serde = { workspace = true, features = ["derive"] }
thiserror.workspace = true
tokio = { workspace = true, features = ["fs", "process", "sync"] }
tracing.workspace = true
walkdir.workspace = true
zeph-config.workspace = true

[dev-dependencies]
tempfile.workspace = true
tokio = { workspace = true, features = ["macros", "rt", "rt-multi-thread"] }
tracing-test.workspace = true

[lints]
workspace = true