mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
Remove some optional zip features
By getting rid of the bzip2 and time features, we reduce the number of dependencies. The official tldr pages archive uses deflate compression, so that should be sufficient.
This commit is contained in:
parent
0ebd727a32
commit
84227937ae
2 changed files with 3 additions and 42 deletions
|
|
@ -27,7 +27,7 @@ serde = "1.0.21"
|
|||
serde_derive = "1.0.21"
|
||||
toml = "0.5.1"
|
||||
walkdir = "2.0.1"
|
||||
zip = "0.5"
|
||||
zip = { version = "0.5", default-features = false, features = ["deflate"] }
|
||||
|
||||
[target.'cfg(not(windows))'.dependencies]
|
||||
pager = "0.16"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue