initial commit

This commit is contained in:
2024-10-14 16:13:22 -04:00
commit 4994785233
8 changed files with 951 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "lamm"
version = "0.1.0"
edition = "2021"
[dependencies]
regex = "1.11"