1//! Re-exports for convenience
2//!
3//! This module provides convenient re-exports of the main dependency types.
45pub use crate::graph::{DependencyGraph, DependencyNode};
6pub use crate::resolver::DependencyResolver;
7pub use crate::types::{DependencySpec, ToolSpec};