feat: add makepassword-rs

This commit is contained in:
2023-02-24 22:55:32 +08:00
parent 00e6b55d34
commit 91130596cb
3 changed files with 109 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "makepassword-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.5"