add proof of concept for patterns

This commit is contained in:
2026-02-04 17:30:46 +01:00
parent 1a6d05c05f
commit 44616be8f6
4 changed files with 118 additions and 62 deletions

View File

@@ -7,5 +7,5 @@ edition = "2024"
chrono = { version = "0.4.43", features = ["serde"] }
clap = { version = "4.5.54", features = ["derive"] }
env = "1.0.1"
ron = "0.12.0"
ron = { version = "0.12.0" }
serde = { version = "1.0.228", features = ["derive"] }