1 2 3 4 5 6 7 8
//! utility functions for xbp cli //! //! provides utility modules for common operations //! includes version api integration and other helper functions pub mod version; pub use version::{fetch_version, increment_version};