mirror of
https://github.com/Ap0dexMe0/unixtract.git
synced 2026-07-15 21:00:03 +02:00
13 lines
214 B
TOML
13 lines
214 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"
|
|
aes = "0.8.4"
|
|
cbc = "0.1.2"
|
|
md5 = "0.7"
|
|
sha1 = "0.10" |