Updating name references

This commit is contained in:
2026-07-13 16:26:26 -04:00
parent 36ab305297
commit 511afcf3d5
11 changed files with 60 additions and 44 deletions
Generated
+17 -1
View File
@@ -135,9 +135,9 @@ name = "catapult"
version = "0.3.4"
dependencies = [
"reqwest",
"schedtxt_models",
"serde_json",
"swoosh",
"textsender_models",
"time",
"tokio",
"uuid",
@@ -1643,6 +1643,22 @@ dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "schedtxt_models"
version = "0.5.3"
source = "git+ssh://git@git.kundeng.us/phoenix/schedtxt_models.git?tag=v0.5.3#597af4e84c082bb437cc94817bb19592614681a5"
dependencies = [
"const_format",
"dotenvy",
"josekit",
"serde",
"serde_json",
"sqlx",
"time",
"utoipa",
"uuid",
]
[[package]]
name = "scopeguard"
version = "1.2.0"