From b94f8e694bf01f5dba9ce2c01f589463a3dfbc69 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Wed, 9 Oct 2024 18:23:58 -0500 Subject: feat!: rewrite to use traits and streams --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b0e6613..f0106a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,17 +6,15 @@ edition = "2021" [dependencies] async-stream = "0.3.5" axum = "0.7.6" -axum-extra = "0.9.4" futures = "0.3.30" futures-util = "0.3.30" hyper-util = { version = "0.1.9", features = ["tokio"] } -main_error = "0.1.2" reqwest = "0.12.7" serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" thiserror = "1.0.63" tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "net", "time", "process"] } -tokio-stream = { version = "0.1.16", features = ["sync"] } +tokio-stream = { version = "0.1.16", features = ["io-util", "sync"] } toml = "0.8.19" tower-http = { version = "0.6.1", features = ["fs", "trace"] } tracing = "0.1.40" -- cgit v1.2.3-70-g09d2