Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,361 changes: 1,333 additions & 28 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ flate2 = "1.0.32"
tar = "0.4.41"
uuid = { version = "1.0", features = ["v4"] }
libc = "0.2"
rpm = "0.14"
walkdir = "2.4"
tempfile = "3.0"

[dev-dependencies]
tempfile = "3.0"
tokio-test = "0.4"
2 changes: 2 additions & 0 deletions src/commands/ext/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pub mod dnf;
pub mod image;
pub mod install;
pub mod list;
pub mod package;

pub use build::ExtBuildCommand;
pub use checkout::ExtCheckoutCommand;
Expand All @@ -15,3 +16,4 @@ pub use dnf::ExtDnfCommand;
pub use image::ExtImageCommand;
pub use install::ExtInstallCommand;
pub use list::ExtListCommand;
pub use package::ExtPackageCommand;
Loading
Loading