heddle-cli-shared 0.4.0

CLI-side utilities shared between Heddle's OSS cli crate and the closed heddle-client crate: user config, remote target resolution, client config.
Documentation
[package]
name = "heddle-cli-shared"
version.workspace = true
edition.workspace = true
authors.workspace = true
description = "CLI-side utilities shared between Heddle's OSS cli crate and the closed heddle-client crate: user config, remote target resolution, client config."
license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
anyhow.workspace = true
objects = { path = "../objects", package = "heddle-objects", version = "0.4" }
wire = { path = "../wire", package = "heddle-wire", version = "0.4", default-features = false }
repo = { path = "../repo", package = "heddle-repo", version = "0.4", default-features = false, features = ["git-overlay", "native"] }
serde.workspace = true
thiserror.workspace = true
toml.workspace = true

[lib]
path = "src/lib.rs"
name = "cli_shared"