Skip to content

Commit

Permalink
fix up libmedusa-zip's package
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Jul 23, 2023
1 parent 281b056 commit d6cd8a2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
17 changes: 9 additions & 8 deletions Cargo.lock

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

15 changes: 6 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ time = { version = "0.3.23", features = ["local-offset", "par
tokio = "1.29"

[workspace.dependencies.zip]
# path = "/home/cosmicexplorer/tools/zip"
git = "https://github.com/cosmicexplorer/zip"
rev = "8ca0ed7041fc2bb44aca16053c4f6d20631a627e"
version = "0.6.6"
package = "zip-merge"
default-features = false
# TODO: consider aes, bzip2, zstd support?
features = ["deflate", "time", "rayon", "merge"]

[workspace.package]
Expand All @@ -32,12 +30,11 @@ authors = ["Danny McClanahan <dmcC2@hypnicjerk.ai>"]
edition = "2021"
license = "Apache-2.0"

keywords = ["zip", "file", "archive", "parallel", "i/o"]
keywords = ["zip", "file", "archive", "parallel", "io"]
categories = ["development-tools::build-utils", "filesystem", "asynchronous", "caching"]
homepage = "https://github.com/cosmicexplorer/medusa-zip"
repository = "https://github.com/cosmicexplorer/medusa-zip"

# FIXME: uncomment this when the build starts working!
# [profile.release]
# strip = true
# lto = true
[profile.release]
strip = true
lto = true
1 change: 1 addition & 0 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ keywords.workspace = true
categories.workspace = true
homepage.workspace = true
repository.workspace = true
description = "High-performance parallelized implementations of common zip file operations."

[dependencies]
async-recursion = "1"
Expand Down

0 comments on commit d6cd8a2

Please sign in to comment.