//! Multi-repo workspace descriptor.
//!
//! A *workspace* in nornir's sense is a collection of independent
//! repositories (each typically a cargo workspace of its own) that the
//! release pipeline treats as one unit. The descriptor is a single
//! `nornir-workspace.toml` listing every repo by name and giving its
//! source — either a local path or a git URL.
//!
//! The dependency-graph computation built from this descriptor lives
//! in [`crate::warehouse::dep_graph`] — graphs are historical artefacts
//! Urðr remembers, so the analysis + persistence are co-located there.
//! This module only parses the toml.
pub use ;
pub use ;