From db0ccc5b8c6305e63a92e577b62703331b01d363 Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 18 Aug 2024 01:14:11 +0300 Subject: Better match html content-type --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ada6c98..958f605 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,6 +106,7 @@ tower = { version = "0.4.12", features = ["tracing"] } webauthn = { version = "0.5.0", package = "webauthn-rs", features = ["danger-allow-state-serialisation"], optional = true } base64 = "0.22.1" html5ever = "0.27.0" +mime = "0.3.17" [dependencies.tokio] version = "^1.29.1" features = ["full", "tracing"] # TODO determine if my app doesn't need some features -- cgit 1.4.1