mirror of
https://github.com/zaphar/sycamore-state.git
synced 2025-07-22 20:29:50 -04:00
Prepare for a Cargo publish
This commit is contained in:
parent
bc8854b4dd
commit
9a1d7fe2ee
@ -2,6 +2,8 @@
|
|||||||
name = "sycamore-state"
|
name = "sycamore-state"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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
|
# 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"
|
version = "0.8"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
async = ["sycamore/suspense"]
|
async = ["sycamore/suspense"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user