Adding tokio and futures

This commit is contained in:
2026-06-05 18:21:57 -04:00
parent e2ebe6b608
commit 42f21344e4
2 changed files with 192 additions and 2 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ rust-version = "1.95"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# serde = { version = "1.0.228", features = ["derive"] }
# serde_json = "1.0.149"
tokio = { version = "1.52.2", features = ["full"] }
futures = { version = "0.3.32" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender-models.git", tag = "v0.2.5-v0.3.0-migrate-38dbcb09f7-111" }
[dev-dependencies]