From 407ca8df6284ce1a4c649b018c7326fd195bbd26 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 13 Sep 2024 22:30:02 -0400 Subject: Support Last-Event-Id as a method of resuming channel events after a disconnect --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fd74836..1f6893c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,10 +7,11 @@ edition = "2021" argon2 = "0.5.3" async-trait = "0.1.82" axum = { version = "0.7.5", features = ["form"] } -axum-extra = { version = "0.9.3", features = ["cookie"] } +axum-extra = { version = "0.9.3", features = ["cookie", "typed-header"] } chrono = { version = "0.4.38", features = ["serde"] } clap = { version = "4.5.16", features = ["derive", "env"] } futures = "0.3.30" +headers = "0.4.0" maud = { version = "0.26.0", features = ["axum"] } password-hash = { version = "0.5.0", features = ["std"] } rand = "0.8.5" -- cgit v1.2.3