aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-02-12 01:39:00 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2024-02-12 01:39:00 +0000
commit2b8623fde242d379c66e4c532f7cad0dbb2198aa (patch)
treed875588258b57998a1e089a17124e21e9632059b /Cargo.toml
parent82ef62654f58eb6212fad1beb3adb2c1c979fb56 (diff)
downloadblossom-2b8623fde242d379c66e4c532f7cad0dbb2198aa.tar.gz
blossom-2b8623fde242d379c66e4c532f7cad0dbb2198aa.tar.bz2
blossom-2b8623fde242d379c66e4c532f7cad0dbb2198aa.zip
add language select widget
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"