Skip to content

Commit 6f5d722

Browse files
authored
feat(oma-pm): pub use oma-fetch and apt-auth-config some struct (#574)
1 parent 8c51e0e commit 6f5d722

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

oma-pm/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,11 @@ mod download;
4141
pub mod utils;
4242
pub use commit::CommitNetworkConfig;
4343
pub mod sort;
44+
pub use apt_auth_config;
4445
pub use commit::CustomDownloadMessage;
4546
pub use oma_apt;
47+
pub use oma_fetch::Event as PackageDownloadEvent;
48+
pub use oma_fetch::SingleDownloadError as PackageDownloadError;
4649
mod dpkg;
4750

4851
#[cfg(test)]

0 commit comments

Comments
 (0)