Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
Cargo: add support for tar archiving
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Turner <[email protected]>
  • Loading branch information
blueOkiris committed Mar 6, 2023
1 parent 81e9361 commit 34cc737
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 8 deletions.
106 changes: 99 additions & 7 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aipman"
authors = [ "Dylan Turner <[email protected]>" ]
version = "6.0.0"
version = "7.0.0"
edition = "2021"
license = "GPL-3.0"
description = "The AppImage Package Manager"
Expand All @@ -19,3 +19,6 @@ serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0.91"
dirs = "4.0.0"
version-compare = "0.1.1"
flate2 = "1.0.25"
tar = "0.4.38"

0 comments on commit 34cc737

Please sign in to comment.