From 2b8623fde242d379c66e4c532f7cad0dbb2198aa Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Mon, 12 Feb 2024 01:39:00 +0000 Subject: add language select widget --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7be8c9d..83814b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ toml = "0.7.4" tokio-stream = { version = "0.1.14", features = ["fs"] } atom_syndication = "0.12.1" fluent = "0.16.0" -poem = { version = "2.0.0", features = ["embed", "i18n"] } +poem = { version = "2.0.0", features = ["embed", "i18n", "session"] } askama = { git = "https://bunny.garden/forks/askama.git", features = ["with-poem"] } askama_poem = { git = "https://bunny.garden/forks/askama.git" } rust-embed = "8.2.0" -- cgit