Added dependencies

This commit is contained in:
2025-06-11 20:00:35 -04:00
parent 2f11ff9e89
commit a424ee44ae
2 changed files with 79 additions and 1 deletions

View File

@@ -6,9 +6,11 @@ rust-version = "1.86"
[dependencies]
tokio = { version = "1.44.1", features = ["full"] }
reqwest = { version = "0.12.19", features = ["json"] }
futures = { version = "0.3.31" }
reqwest = { version = "0.12.19", features = ["json", "stream"] }
serde = { version = "1.0.218", features = ["derive"] }
serde_json = { version = "1.0.139" }
uuid = { version = "1.16.0", features = ["v4", "serde"] }
dotenvy = { version = "0.15.7" }
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.4.3" }
icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = "v0.2.0" }