diff options
Diffstat (limited to 'filamento/Cargo.toml')
-rw-r--r-- | filamento/Cargo.toml | 2 |
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"] } |