//! Dependency and module resolution for FastC
//!
//! This module handles:
//! - Parsing fastc.toml manifest files
//! - Resolving module paths (mod declarations)
//! - Loading and expanding module files
//! - Fetching Git-based dependencies
//! - Managing the dependency cache
//! - Lock file management for reproducible builds
pub use Cache;
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;