aboutsummaryrefslogtreecommitdiffstats
path: root/filamento/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-05-05 18:40:05 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-05-05 18:40:05 +0100
commit8e6a02f16c3e542492241f585a91fa0100ea7e33 (patch)
tree315c8432368029d8373d75ff12d824c68ab19ce0 /filamento/Cargo.toml
parentccae86c3b38f829828adc40ab1695b137dc2b070 (diff)
downloadluz-8e6a02f16c3e542492241f585a91fa0100ea7e33.tar.gz
luz-8e6a02f16c3e542492241f585a91fa0100ea7e33.tar.bz2
luz-8e6a02f16c3e542492241f585a91fa0100ea7e33.zip
feat(filamento): reactive_stores support
Diffstat (limited to '')
-rw-r--r--filamento/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/filamento/Cargo.toml b/filamento/Cargo.toml
index cc05288..65ebcf4 100644
--- a/filamento/Cargo.toml
+++ b/filamento/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2024"
[features]
serde = ["dep:serde", "jid/serde", "uuid/serde", "chrono/serde", "lampada/serde"]
+reactive_stores = ["dep:reactive_stores"]
[dependencies]
futures = "0.3.30"
@@ -25,6 +26,7 @@ sha1 = "0.10.6"
image = "0.25.6"
hex = "0.4.3"
serde = { version = "1.0.219", features = ["derive"], optional = true }
+reactive_stores = { version = "0.1.8", optional = true }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio = { workspace = true, features = ["sync", "time", "rt", "fs", "io-std"] }