Update models #29

Merged
phoenix merged 19 commits from update_models into main 2026-06-27 17:20:20 -04:00
2 changed files with 1483 additions and 1 deletions
Showing only changes of commit 82370ad63a - Show all commits
Generated
+1482 -1
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -9,6 +9,7 @@ description = "Models used for the textsender project"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.150" }
time = { version = "0.3.49", features = ["formatting", "macros", "parsing", "serde"] }
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio-native-tls", "time", "uuid"] }
uuid = { version = "1.23.3", features = ["v4", "serde"] }
dotenvy = { version = "0.15.7" }
const_format = { version = "0.2.36" }