mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
22 lines
430 B
TOML
22 lines
430 B
TOML
[workspace]
|
|
# The empty workspace here is to keep rust-analyzer satisfied
|
|
|
|
[package]
|
|
name = "counter_dwarf_debug"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
codegen-units = 1
|
|
lto = true
|
|
|
|
[dependencies]
|
|
leptos = { path = "../../leptos", features = ["csr"] }
|
|
console_log = "1.0"
|
|
log = "0.4.22"
|
|
console_error_panic_hook = "0.1.7"
|
|
|
|
[dev-dependencies]
|
|
wasm-bindgen = "0.2.92"
|
|
wasm-bindgen-test = "0.3.42"
|
|
web-sys = "0.3.69"
|