Adding dependencies
Rust Build / Check (push) Successful in 24s
Rust Build / Test Suite (push) Successful in 44s
Rust Build / Rustfmt (push) Successful in 50s
Rust Build / Clippy (push) Successful in 27s
Rust Build / build (push) Successful in 23s

This commit is contained in:
2026-05-30 23:30:28 -04:00
parent 1a6be5f541
commit 37e411f58f
2 changed files with 275 additions and 1 deletions
+3
View File
@@ -23,8 +23,11 @@ utoipa = { version = "5.5.0", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender-models.git", tag = "v0.3.0-v0.3.0-migrate-638da70649-111" }
# icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = "v0.7.0" }
dotenvy = { version = "0.15.7" }
const_format = { version = "0.2.36" }
[dev-dependencies]
http-body-util = { version = "0.1.3" }
url = { version = "2.5.8" }
once_cell = { version = "1.21.4" } # Useful for lazy initialization in tests/app setup
async-std = { version = "1.13.2" }