implemented IDStore

This commit is contained in:
2025-04-12 14:36:33 +02:00
parent 32f3124374
commit c7dbbc1b43
6 changed files with 387 additions and 5 deletions

View File

@@ -4,4 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
chrono = { version = "0.4.40", features = ["serde"] }
regex = "1.11.1"