IPass/Cargo.toml
Mystikfluu 4a1093f495 better error handling
Co-authored-by: Alpisc <Alpisc@users.noreply.github.com>
2022-12-28 15:17:47 +01:00

15 lines
287 B
TOML

[package]
name = "ipass"
version = "0.3.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
home = "0.5.4"
rpassword = "7.2"
rand = "0.8.5"
aes-gcm = "0.10.1"
sha2 = "0.10.6"
hex = "0.4.3"
brotli = "3.3.4"