init password generator

This commit is contained in:
2026-04-16 16:00:50 -04:00
commit 511a3f4c0f
4 changed files with 329 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "password-generator"
version = "0.1.0"
edition = "2024"
[dependencies]
rand = "0.8"
webster = "0.3.0"