feat(parser): speed improvement, lesson type guessing and parsing of merged lesson cabinets

This commit is contained in:
2025-05-27 02:03:54 +04:00
parent 851ec9225f
commit 01bfa38969
3 changed files with 156 additions and 134 deletions

View File

@@ -10,11 +10,12 @@ test-utils = []
calamine = "0.26"
chrono = { version = "0.4", features = ["serde"] }
derive_more = { version = "2", features = ["full"] }
sentry = "0.38"
serde = { version = "1.0.219", features = ["derive"] }
serde_repr = "0.1.20"
fuzzy-matcher = "0.3.7"
regex = "1.11.1"
utoipa = { version = "5", features = ["chrono"] }
strsim = "0.11.1"
[dev-dependencies]
criterion = "0.6"