Basic secure password generation

This commit is contained in:
Maximilian
2023-01-10 11:09:06 -06:00
parent ae3e1606b9
commit e0e8fbfdf8
3 changed files with 86 additions and 3 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
[package]
name = "RustPass"
name = "rust_pass"
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"