Skip to content

Commit

Permalink
Merge pull request #15 from NGnius/podman
Browse files Browse the repository at this point in the history
Add Podman support
  • Loading branch information
SkyLeite authored May 29, 2024
2 parents 01ad478 + cf8aca4 commit c5318bc
Show file tree
Hide file tree
Showing 9 changed files with 116 additions and 218 deletions.
244 changes: 49 additions & 195 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ sha2 = "0.10.7"
tokio = { version = "1.24.2", features = ["full"] }
users = "0.11.0"
walkdir = "2.3.2"
zip = { version = "0.6.3", deafult-features = false }
zip = { version = "0.6.3", default-features = false }
which = "4.4.0"
dirs = "5"
Loading

0 comments on commit c5318bc

Please sign in to comment.