This repository has been archived on 2024-09-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
local-stored-password/Cargo.toml
2023-10-15 00:19:02 +08:00

15 lines
296 B
TOML

[package]
name = "local-stored-password"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rust_util = "0.6.42"
[target.'cfg(any(windows, unix))'.dependencies]
rpassword = "7.2.0"
dirs = "5.0.1"