add pc boot support, update cargo.lock
All checks were successful
build docker container automatically / build (push) Successful in 7m7s

This commit is contained in:
2026-07-10 22:33:37 +02:00
parent 0e05fbf08f
commit 4684b0c5ea
7 changed files with 788 additions and 611 deletions

View File

@ -19,6 +19,7 @@ dioxus-asset-resolver = "0.7.4"
dioxus-html = "0.7.3"
dioxus-primitives = { git = "https://github.com/DioxusLabs/components", version = "0.0.1", default-features = false }
futures = "0.3.32"
pbkdf2 = { version = "0.13.0", features = ["sha2", "password-hash", "mcf", "alloc"] }
random-string = "1.1.0"
reqwest = { version = "0.13.2", features = ["stream"] }
serde = "1.0.228"