Skip to content

Commit 8307c77

Browse files
committed
zip
1 parent 6b5bd95 commit 8307c77

File tree

8 files changed

+575
-53
lines changed

8 files changed

+575
-53
lines changed
Binary file not shown.

Cargo.lock

Lines changed: 230 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9+
clean-path = "0.2.1"
10+
dashmap = "5.4.0"
911
fancy-regex = "0.11.0"
1012
lazy_static = "1.4.0"
13+
libdeflater = "0.12.0"
14+
lru = "0.10.0"
15+
path-slash = "0.2.1"
1116
pathdiff = "0.2.1"
1217
radix_trie = "0.2.1"
1318
regex = "1.7.1"
@@ -17,3 +22,5 @@ serde_json = "1.0.93"
1722
serde_regex = "1.1.0"
1823
serde_with = "2.2.0"
1924
simple-error = "0.3.0"
25+
zip = { version = "0.6.2", default-features = false }
26+

0 commit comments

Comments
 (0)