initial commit

This commit is contained in:
2025-04-12 13:01:03 +02:00
parent b3af8f76d7
commit 32f3124374
7 changed files with 112 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "fw-anwesenheit"
version = "0.1.0"
edition = "2024"
[dependencies]
regex = "1.11.1"