[package] name = "sycamore_helpers" version = "0.3.0" edition = "2021" description = "Helper functions for sycamore" license = "MIT OR Apache-2.0" repository = "https://github.com/Sidekick-AI/retrofit/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] sycamore = "0.8.0-beta.6" web-sys = "0.3.56" log = "0.4.14"