mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
27 lines
737 B
TOML
27 lines
737 B
TOML
[package]
|
|
name = "benchmarks"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
l021 = { package = "leptos", version = "0.2.1" }
|
|
leptos = { path = "../leptos", features = ["ssr"] }
|
|
sycamore = { version = "0.8", features = ["ssr"] }
|
|
yew = { git = "https://github.com/yewstack/yew", features = ["ssr"] }
|
|
tokio-test = "0.4"
|
|
miniserde = "0.1"
|
|
gloo = "0.8"
|
|
uuid = { version = "1", features = ["serde", "v4", "wasm-bindgen"] }
|
|
wasm-bindgen = "0.2"
|
|
lazy_static = "1"
|
|
log = "0.4"
|
|
strum = "0.24"
|
|
strum_macros = "0.24"
|
|
serde = { version = "1", features = ["derive", "rc"] }
|
|
serde_json = "1"
|
|
tera = "1"
|
|
reactive-signals = "0.1.0-alpha.4"
|
|
|
|
[dependencies.web-sys]
|
|
version = "0.3"
|
|
features = ["Window", "Document", "HtmlElement", "HtmlInputElement"]
|