sycamore-state/Cargo.toml

19 lines
398 B
TOML

[package]
name = "sycamore-state"
version = "0.1.0"
edition = "2021"
description = "A simple Sycamore state management library"
license = "Apache-2.0"
# 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"]