chore: add ammonia & dioxus-free-icons deps

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I078aadc21d02783033b45c65ef80741d6a6a6964
This commit is contained in:
raf 2026-02-05 17:44:12 +03:00
commit e145de6da9
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 13 additions and 0 deletions

View file

@ -116,6 +116,7 @@ image = { version = "0.25.9", default-features = false, features = [
# Markdown rendering
pulldown-cmark = "0.13.0"
ammonia = "4.1.2"
# Password hashing
argon2 = { version = "0.5.3", features = ["std"] }
@ -123,6 +124,8 @@ argon2 = { version = "0.5.3", features = ["std"] }
# Misc
mime_guess = "2.0.5"
regex = "1.12.3"
dioxus-free-icons = { version = "0.10.0", features = ["font-awesome-solid"] }
rfd = "0.17.2"
# WASM runtime for plugins
wasmtime = { version = "41.0.3", features = ["component-model"] }