mirror of
https://github.com/Ap0dexMe0/unixtract.git
synced 2026-07-16 05:04:22 +02:00
9 lines
160 B
TOML
9 lines
160 B
TOML
[package]
|
|
name = "unixtract"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
lz4 = "1.23.1"
|
|
lzma-rs = "0.3" |