git_sshripped_worktree 0.4.1

Worktree domain for git-sshripped
Documentation
[package]
authors = { workspace = true }
categories = ["command-line-utilities", "development-tools"]
description = "Worktree domain for git-sshripped"
edition = { workspace = true }
keywords = ["git", "ssh", "worktree"]
license = { workspace = true }
name = "git_sshripped_worktree"
readme = "README.md"
repository = { workspace = true }
version = { workspace = true }

[dependencies]
git_sshripped_worktree_models = { workspace = true }
anyhow = { workspace = true, features = ["std"] }
base64 = { workspace = true, features = ["std"] }
serde_json = { workspace = true, features = ["std"] }

[features]
default = []
fail-on-warnings = ["git_sshripped_worktree_models/fail-on-warnings"]