diff options
author | tempest <git@ashen.earth> | 2025-04-15 00:08:12 -0600 |
---|---|---|
committer | tempest <git@ashen.earth> | 2025-04-15 00:08:12 -0600 |
commit | b856f12cf422b96c37c12df3d7829e4d15ef4453 (patch) | |
tree | 4547df3ec3d347715292a860a5a63207fe428de3 /Cargo.toml | |
parent | 128cc42557c8d7da46c63a40ea4469ed0eb7f26d (diff) |
Can find content data
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index b0fe882..3d60e7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,8 +19,8 @@ wasm-bindgen = { version = "=0.2.100", optional = true } serde = { version = "^1.0.219", features = ["derive"] } stylance = { version = "0.5.5" } toml = { version = "0.8.20", features = ["parse"], optional = true } -uuid = { version = "1.16.0" } -chrono = { version = "0.4.40" } +uuid = { version = "1.16.0", features = ["serde"] } +chrono = { version = "0.4.40", features = ["serde"] } fs2 = { version = "0.4.3", optional = true} futures = { version = "0.3.31", optional = true} |