Something running

This commit is contained in:
Bianca Fürstenau 2025-02-22 07:09:34 +01:00
parent e03a16d13e
commit 49a9810fd8
19 changed files with 173 additions and 132 deletions

30
Cargo.lock generated
View file

@ -350,6 +350,7 @@ name = "bkbh"
version = "0.1.0"
dependencies = [
"chrono",
"console_error_panic_hook",
"curl",
"leptos",
"openssl",
@ -669,6 +670,16 @@ dependencies = [
"toml 0.8.20",
]
[[package]]
name = "console_error_panic_hook"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
dependencies = [
"cfg-if",
"wasm-bindgen",
]
[[package]]
name = "const-oid"
version = "0.9.6"
@ -1987,13 +1998,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d35485b3dcbf7e044b8f28c73f04f13e7b509c2466fd10cb2a8a447e38f8a93a"
dependencies = [
"futures",
"js-sys",
"once_cell",
"or_poisoned",
"pin-project-lite",
"serde",
"throw_error",
"wasm-bindgen",
]
[[package]]
@ -2267,15 +2276,6 @@ version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71dd52191aae121e8611f1e8dc3e324dd0dd1dee1e6dd91d10ee07a3cfb4d9d8"
[[package]]
name = "inventory"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54b12ebb6799019b044deaf431eadfe23245b259bba5a2c0796acec3943a3cdb"
dependencies = [
"rustversion",
]
[[package]]
name = "ipnet"
version = "2.11.0"
@ -2439,6 +2439,7 @@ dependencies = [
"cfg-if",
"either_of",
"futures",
"getrandom 0.2.15",
"hydration_context",
"leptos_config",
"leptos_dom",
@ -4533,7 +4534,6 @@ dependencies = [
"futures",
"gloo-net",
"http",
"inventory",
"js-sys",
"once_cell",
"pin-project-lite",
@ -5169,16 +5169,16 @@ dependencies = [
[[package]]
name = "tauri-sys"
version = "0.1.0"
source = "git+https://github.com/JonasKruckenberg/tauri-sys#e953a9c912212d43fa42add71bc84c40c30140e0"
version = "0.2.0"
dependencies = [
"derive_more",
"futures",
"js-sys",
"log",
"serde",
"serde-wasm-bindgen",
"serde_repr",
"thiserror 1.0.69",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
]