mirror of
https://github.com/zaphar/sycamore-state.git
synced 2025-07-22 20:29:50 -04:00
16 lines
315 B
TOML
16 lines
315 B
TOML
[package]
|
|
name = "sycamore-state"
|
|
version = "0.0.1"
|
|
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"] |