mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
20 lines
584 B
TOML
20 lines
584 B
TOML
[package]
|
|
name = "reactive_stores"
|
|
version = "0.1.0-beta5"
|
|
rust-version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
guardian = "1.2"
|
|
itertools = "0.13.0"
|
|
or_poisoned = { workspace = true }
|
|
paste = "1.0"
|
|
reactive_graph = { workspace = true }
|
|
rustc-hash = "2.0"
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = "1.39", features = ["rt-multi-thread", "macros"] }
|
|
tokio-test = { version = "0.4.4" }
|
|
any_spawner = { workspace = true, features = ["futures-executor", "tokio"] }
|
|
reactive_stores_macro = { workspace = true }
|
|
reactive_graph = { workspace = true, features = ["effects"] }
|