feat: init commit

This commit is contained in:
2023-10-15 00:19:02 +08:00
parent 3c833e9574
commit 9c9abd1def
5 changed files with 157 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[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"