fsdecrypt/Cargo.toml
2024-07-22 10:13:58 +07:00

13 lines
189 B
TOML

[package]
name = "fsdecrypt"
version = "0.1.1"
edition = "2021"
[dependencies]
aes = "0.8.4"
anyhow = "1.0.86"
cbc = "0.1.2"
crc32fast = "1.4.2"
hex-literal = "0.4.1"
indicatif = "0.17.8"