//! Core library for [`cargo-inherit`](https://crates.io/crates/cargo-inherit).
//!
//! This crate provides the templating engine, manifest parsing, and project generation logic.
//! For detailed documentation, examples, and design rationale, see the
//! [Inherit Book — inherit-core chapter](https://vi-is-ramen.github.io/book/en/my-crates/inherit-core).
pub use ;
pub use Variables;
pub use Manifest;
pub use ;