mirror of
https://github.com/zaphar/sycamore-state.git
synced 2025-07-21 20:19:49 -04:00
Prepare for a Cargo publish
This commit is contained in:
parent
bc8854b4dd
commit
9a1d7fe2ee
@ -2,6 +2,8 @@
|
||||
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
|
||||
|
||||
@ -13,4 +15,4 @@ wasm-bindgen = "0.2.83"
|
||||
version = "0.8"
|
||||
|
||||
[features]
|
||||
async = ["sycamore/suspense"]
|
||||
async = ["sycamore/suspense"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user