diff options
author | cel 🌸 <cel@blos.sm> | 2024-02-12 01:39:00 +0000 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2024-02-12 01:39:00 +0000 |
commit | 2b8623fde242d379c66e4c532f7cad0dbb2198aa (patch) | |
tree | d875588258b57998a1e089a17124e21e9632059b /Cargo.toml | |
parent | 82ef62654f58eb6212fad1beb3adb2c1c979fb56 (diff) | |
download | blossom-2b8623fde242d379c66e4c532f7cad0dbb2198aa.tar.gz blossom-2b8623fde242d379c66e4c532f7cad0dbb2198aa.tar.bz2 blossom-2b8623fde242d379c66e4c532f7cad0dbb2198aa.zip |
add language select widget
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |