Updating references
schedtxt_api PR / Rustfmt (pull_request) Successful in 1m17s
schedtxt_api PR / Check (pull_request) Successful in 1m24s
schedtxt_api PR / Clippy (pull_request) Successful in 1m53s

This commit is contained in:
2026-07-13 17:50:46 -04:00
parent 42b995ec21
commit caedbf124e
14 changed files with 163 additions and 171 deletions
Generated
+24 -24
View File
@@ -2230,6 +2230,30 @@ dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "schedtxt_api"
version = "0.2.4"
dependencies = [
"axum",
"axum-extra",
"josekit",
"jsonwebtoken",
"schedtxt_models",
"serde",
"serde_json",
"sqlx",
"swoosh",
"time",
"tokio",
"tower",
"tower-http 0.7.0",
"tracing-subscriber",
"url",
"utoipa",
"utoipa-swagger-ui",
"uuid",
]
[[package]]
name = "schedtxt_models"
version = "0.5.3"
@@ -2789,30 +2813,6 @@ dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "textsender_api"
version = "0.2.4"
dependencies = [
"axum",
"axum-extra",
"josekit",
"jsonwebtoken",
"schedtxt_models",
"serde",
"serde_json",
"sqlx",
"swoosh",
"time",
"tokio",
"tower",
"tower-http 0.7.0",
"tracing-subscriber",
"url",
"utoipa",
"utoipa-swagger-ui",
"uuid",
]
[[package]]
name = "thiserror"
version = "2.0.18"