We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
oma-fetch
apt-auth-config
1 parent 8c51e0e commit 6f5d722Copy full SHA for 6f5d722
oma-pm/src/lib.rs
@@ -41,8 +41,11 @@ mod download;
41
pub mod utils;
42
pub use commit::CommitNetworkConfig;
43
pub mod sort;
44
+pub use apt_auth_config;
45
pub use commit::CustomDownloadMessage;
46
pub use oma_apt;
47
+pub use oma_fetch::Event as PackageDownloadEvent;
48
+pub use oma_fetch::SingleDownloadError as PackageDownloadError;
49
mod dpkg;
50
51
#[cfg(test)]
0 commit comments