Add Cash
This commit is contained in:
parent
8a25a5fa82
commit
18814f18e0
5 changed files with 127 additions and 2 deletions
37
Cargo.lock
generated
37
Cargo.lock
generated
|
@ -353,6 +353,7 @@ dependencies = [
|
|||
"console_error_panic_hook",
|
||||
"curl",
|
||||
"leptos",
|
||||
"leptos_router",
|
||||
"openssl",
|
||||
"rand 0.8.5",
|
||||
"ring-compat",
|
||||
|
@ -2533,6 +2534,42 @@ dependencies = [
|
|||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "leptos_router"
|
||||
version = "0.7.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e83cf6033f987f366be6ffa556ee22fa6f9f433cbffd173826fd67327c3ae7ed"
|
||||
dependencies = [
|
||||
"any_spawner",
|
||||
"either_of",
|
||||
"futures",
|
||||
"gloo-net",
|
||||
"js-sys",
|
||||
"leptos",
|
||||
"leptos_router_macro",
|
||||
"once_cell",
|
||||
"or_poisoned",
|
||||
"reactive_graph",
|
||||
"send_wrapper",
|
||||
"tachys",
|
||||
"thiserror 2.0.11",
|
||||
"url",
|
||||
"wasm-bindgen",
|
||||
"web-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "leptos_router_macro"
|
||||
version = "0.7.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "84f580227933b49028cd3b6d7cd29ab7c6d30f9777cf0ac774eda2aab000a912"
|
||||
dependencies = [
|
||||
"proc-macro-error2",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.98",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "leptos_server"
|
||||
version = "0.7.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue