summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authortempest <git@ashen.earth>2025-04-15 00:08:12 -0600
committertempest <git@ashen.earth>2025-04-15 00:08:12 -0600
commitb856f12cf422b96c37c12df3d7829e4d15ef4453 (patch)
tree4547df3ec3d347715292a860a5a63207fe428de3 /Cargo.lock
parent128cc42557c8d7da46c63a40ea4469ed0eb7f26d (diff)
Can find content data
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2502c04..706d746 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -243,6 +243,7 @@ dependencies = [
  "iana-time-zone",
  "js-sys",
  "num-traits",
+ "serde",
  "wasm-bindgen",
  "windows-link",
 ]
@@ -2375,6 +2376,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
 dependencies = [
  "getrandom 0.3.2",
+ "serde",
 ]
 
 [[package]]