This commit is contained in:
2026-05-29 21:28:16 +02:00
commit 654d0ed46a
4 changed files with 734 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "no-more-secret"
version = "0.1.0"
edition = "2024"
[dependencies]
rand = "0.10.1"
tokio = { version = "1.52.3", features = ["full"] }