mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
17 lines
320 B
TOML
17 lines
320 B
TOML
[package]
|
|
name = "portal"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
leptos = { path = "../../leptos", features = ["csr"] }
|
|
log = "0.4.27"
|
|
console_log = "1.0"
|
|
console_error_panic_hook = "0.1.7"
|
|
wasm-bindgen = "0.2.100"
|
|
|
|
[dev-dependencies]
|
|
wasm-bindgen-test = "0.3.50"
|
|
wasm-bindgen = "0.2.100"
|
|
web-sys = "0.3.77"
|