add pc boot support, update cargo.lock
All checks were successful
build docker container automatically / build (push) Successful in 7m7s
All checks were successful
build docker container automatically / build (push) Successful in 7m7s
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user