sycamore-state/Cargo.toml

16 lines
315 B
TOML
Raw Normal View History

2022-12-26 16:15:39 -05:00
[package]
name = "sycamore-state"
2022-12-31 16:59:40 -06:00
version = "0.1.1"
2022-12-26 16:15:39 -05:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
wasm-bindgen-test = "0.3"
wasm-bindgen = "0.2.83"
[dependencies.sycamore]
version = "0.8"
[features]
async = ["sycamore/suspense"]