IPass/Cargo.toml
Mystikfluu 23f80e8c3c add most basic functionality
Co-authored-by: Alpisc <Alpisc@users.noreply.github.com>
2022-12-27 21:21:20 +01:00

11 lines
221 B
TOML

[package]
name = "ipass"
version = "0.1.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"