forked from beerpsi/fsdecrypt
13 lines
189 B
TOML
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"
|