Envy (#16)
Rust Build / Check (push) Successful in 32s
Rust Build / Test Suite (push) Successful in 25s
Rust Build / Rustfmt (push) Successful in 25s
Release Tagging / release (push) Successful in 1m24s
Rust Build / Clippy (push) Successful in 31s
Rust Build / build (push) Successful in 58s

Reviewed-on: phoenix/textsender-models#16
This commit was merged in pull request #16.
This commit is contained in:
2026-05-31 15:45:17 -04:00
parent 638da70649
commit 1340440fec
7 changed files with 260 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@ serde_json = { version = "1.0.149" }
rand = { version = "0.10.1" }
time = { version = "0.3.47", features = ["formatting", "macros", "parsing", "serde"] }
uuid = { version = "1.23.1", features = ["v4", "serde"] }
dotenvy = { version = "0.15.7" }
const_format = { version = "0.2.36" }
# josekit = { version = "0.10.3" }
# utoipa = { version = "5.4.0", features = ["uuid", "time"] }