chore: add ammonia & dioxus-free-icons deps
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I078aadc21d02783033b45c65ef80741d6a6a6964
This commit is contained in:
parent
80a8b5c7ca
commit
e145de6da9
2 changed files with 13 additions and 0 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -1631,6 +1631,15 @@ dependencies = [
|
||||||
"tracing",
|
"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]]
|
[[package]]
|
||||||
name = "dioxus-history"
|
name = "dioxus-history"
|
||||||
version = "0.7.3"
|
version = "0.7.3"
|
||||||
|
|
@ -5044,6 +5053,7 @@ dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap",
|
"clap",
|
||||||
"dioxus",
|
"dioxus",
|
||||||
|
"dioxus-free-icons",
|
||||||
"futures",
|
"futures",
|
||||||
"gray_matter",
|
"gray_matter",
|
||||||
"pulldown-cmark",
|
"pulldown-cmark",
|
||||||
|
|
|
||||||
|
|
@ -116,6 +116,7 @@ image = { version = "0.25.9", default-features = false, features = [
|
||||||
|
|
||||||
# Markdown rendering
|
# Markdown rendering
|
||||||
pulldown-cmark = "0.13.0"
|
pulldown-cmark = "0.13.0"
|
||||||
|
ammonia = "4.1.2"
|
||||||
|
|
||||||
# Password hashing
|
# Password hashing
|
||||||
argon2 = { version = "0.5.3", features = ["std"] }
|
argon2 = { version = "0.5.3", features = ["std"] }
|
||||||
|
|
@ -123,6 +124,8 @@ argon2 = { version = "0.5.3", features = ["std"] }
|
||||||
# Misc
|
# Misc
|
||||||
mime_guess = "2.0.5"
|
mime_guess = "2.0.5"
|
||||||
regex = "1.12.3"
|
regex = "1.12.3"
|
||||||
|
dioxus-free-icons = { version = "0.10.0", features = ["font-awesome-solid"] }
|
||||||
|
rfd = "0.17.2"
|
||||||
|
|
||||||
# WASM runtime for plugins
|
# WASM runtime for plugins
|
||||||
wasmtime = { version = "41.0.3", features = ["component-model"] }
|
wasmtime = { version = "41.0.3", features = ["component-model"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue