summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Cargo.lock30
1 files changed, 30 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 01baf20..e4f6991 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1510,6 +1510,26 @@ dependencies = [
]
[[package]]
+name = "leptos-fetch"
+version = "0.4.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "094fee918af2bd8c6d67e9765db107e2b5d6306ca7f03bd63314eb5920e10142"
+dependencies = [
+ "chrono",
+ "chrono-humanize",
+ "codee",
+ "futures",
+ "leptos",
+ "parking_lot",
+ "paste",
+ "rustc_version",
+ "send_wrapper",
+ "task-local",
+ "tracing",
+ "web-sys",
+]
+
+[[package]]
name = "leptos_config"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1715,6 +1735,7 @@ dependencies = [
"indexmap",
"jid",
"leptos",
+ "leptos-fetch",
"reactive_stores",
"serde",
"stylance",
@@ -3075,6 +3096,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]]
+name = "task-local"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b2c821daee0efdf6414970c8185a1c22e259a7ed87b2fd9f7d3c5f5503fd2863"
+dependencies = [
+ "pin-project-lite",
+]
+
+[[package]]
name = "tempfile"
version = "3.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"