fsdecrypt/Cargo.toml

13 lines
189 B
TOML
Raw Permalink Normal View History

2024-07-21 16:58:00 +00:00
[package]
name = "fsdecrypt"
2024-07-22 03:13:58 +00:00
version = "0.1.1"
2024-07-21 16:58:00 +00:00
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"