2022-12-26 16:15:39 -05:00
|
|
|
[package]
|
|
|
|
name = "sycamore-state"
|
2022-12-31 16:58:59 -06:00
|
|
|
version = "0.1.0"
|
2022-12-26 16:15:39 -05:00
|
|
|
edition = "2021"
|
2023-01-02 21:05:34 -06:00
|
|
|
description = "A simple Sycamore state management library"
|
|
|
|
license = "Apache-2.0"
|
2022-12-26 16:15:39 -05:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2022-12-26 21:44:29 -05:00
|
|
|
wasm-bindgen-test = "0.3"
|
|
|
|
wasm-bindgen = "0.2.83"
|
|
|
|
|
|
|
|
[dependencies.sycamore]
|
|
|
|
version = "0.8"
|
|
|
|
|
|
|
|
[features]
|
2023-01-02 21:05:34 -06:00
|
|
|
async = ["sycamore/suspense"]
|