zrpass/Cargo.toml
mateoferon 9b560174c1 init
2023-02-16 17:16:28 +01:00

21 lines
448 B
TOML

[package]
name = "zrpass"
version = "0.1.0"
authors = ["zawz <zawz@zawz.net>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
openssl = "0.10"
flate2 = { version = "1.0", features = ["zlib-ng"], default-features = false }
rand = "0.8"
tar = "0.4"
clipboard = "0.5"
dotenvy = "0.15"
libc = "0.2"
which = "4.2"
md-5 = "0.10"
redis = "0.21"
fork = "0.1"
ssh2 = "0.9"