mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
tar(.gz) support
This commit is contained in:
parent
2a76bb44a9
commit
7a524ae1d4
6 changed files with 287 additions and 56 deletions
|
|
@ -2,7 +2,7 @@
|
|||
name = "logsmash"
|
||||
version = "0.1.5"
|
||||
edition = "2021"
|
||||
rust-version = "1.74.0"
|
||||
rust-version = "1.75.0"
|
||||
license = "GPL-3"
|
||||
|
||||
[dependencies]
|
||||
|
|
@ -25,6 +25,7 @@ ahash = "0.8.11"
|
|||
base64 = "0.21.7"
|
||||
derive_more = { version = "1.0.0-beta.6", features = ["from"] }
|
||||
rayon = "1.10.0"
|
||||
tar = "0.4.42"
|
||||
|
||||
[target.'cfg(not(target_os = "windows"))'.dependencies]
|
||||
tikv-jemallocator = "0.6.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue