This commit is contained in:
2024-11-09 05:27:32 -05:00
commit 02c2be287c
5 changed files with 626 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "mark"
version = "0.1.0"
edition = "2021"
[dependencies]
rand = "0.8"
regex = "1.11.1"