Start major sheet refactoring

This commit is contained in:
2024-02-10 00:58:40 +01:00
parent 6cb7abad4c
commit 4ddfd75b2a
6 changed files with 340 additions and 105 deletions

View File

@ -27,5 +27,9 @@ blake3 = "1.5.0"
dotenvy = "0.15.7"
chrono = "0.4.33"
strum = "0.26"
strum_macros = "0.26"
# strum = { version = "0.26", features = ["derive"] }
[profile.dev.package.sqlx-macros]
opt-level = 3