Skip to content

Commit

Permalink
feat: Re-export keyring dependency to chmm (to ensure same version an…
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade committed Aug 31, 2024
1 parent 2dafef2 commit 826afcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
//! preserved. See [`merge::merge_ini`].
//! * Filtering of an INI file based on a rule set

/// Re-export keyring
#[cfg(feature = "keyring")]
pub use keyring;

// Re-export sub-module
pub use merge::mutations;

Expand Down

0 comments on commit 826afcc

Please sign in to comment.