vx-dependency 0.4.0

Dependency resolution and management for vx tools
Documentation
1
2
3
4
5
6
7
//! Re-exports for convenience
//!
//! This module provides convenient re-exports of the main dependency types.

pub use crate::graph::{DependencyGraph, DependencyNode};
pub use crate::resolver::DependencyResolver;
pub use crate::types::{DependencySpec, ToolSpec};