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

10
Cargo.lock generated
View file

@ -1631,6 +1631,15 @@ dependencies = [
"tracing",
]
[[package]]
name = "dioxus-free-icons"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d356e0f9edad0930bc1cc76744360c0ecca020cb943acaadf42cb774f28284"
dependencies = [
"dioxus",
]
[[package]]
name = "dioxus-history"
version = "0.7.3"
@ -5044,6 +5053,7 @@ dependencies = [
"chrono",
"clap",
"dioxus",
"dioxus-free-icons",
"futures",
"gray_matter",
"pulldown-cmark",