//! # torii-lib
//!
//! Domain library of the **torii** git client (the `gitorii` package):
//! VCS operations, platform clients (GitHub / GitLab / Gitea / Sourcehut /
//! Radicle / Bitbucket / Azure), multi-repo workspaces, config and auth.
//!
//! This version is a **name reservation**: the real library is being
//! extracted from the `gitorii` workspace (lib + bin split) and will be
//! published here. Until then, install the client itself:
//!
//! ```text
//! cargo install gitorii
//! ```
//!
//! Part of the Gitorii ecosystem — <https://gitorii.com> · <https://torii.sh>