Add unzip, remove bzip2 patch
Showing
This diff is collapsed.
... | ... | @@ -31,6 +31,10 @@ path = "src/bin/gzip.rs" |
name = "info" | ||
path = "src/bin/info.rs" | ||
[[bin]] | ||
name = "keymap" | ||
path = "src/bin/keymap.rs" | ||
[[bin]] | ||
name = "less" | ||
path = "src/bin/less.rs" | ||
... | ... | @@ -64,12 +68,12 @@ name = "tar" |
path = "src/bin/tar.rs" | ||
[[bin]] | ||
name = "watch" | ||
path = "src/bin/watch.rs" | ||
name = "unzip" | ||
path = "src/bin/unzip.rs" | ||
[[bin]] | ||
name = "keymap" | ||
path = "src/bin/keymap.rs" | ||
name = "watch" | ||
path = "src/bin/watch.rs" | ||
[dependencies] | ||
extra = { git = "https://github.com/redox-os/libextra.git" } | ||
... | ... | @@ -82,7 +86,9 @@ filetime = "0.1.10" |
termion = "1.5.1" | ||
rust-lzma = "0.2" | ||
tree_magic = "0.2" | ||
bzip2 = { git = "https://github.com/ids1024/bzip2-rs", branch = "redox" } | ||
bzip2 = "0.3" | ||
zip = "0.3" | ||
[patch.crates-io] | ||
"filetime" = { git = "https://github.com/alexcrichton/filetime.git" } | ||
... | ... |
src/bin/unzip.rs
0 → 100644
Please register or sign in to comment