mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 09:09:21 -05:00
eb73bff3cd
Closes #156
19 lines
414 B
TOML
19 lines
414 B
TOML
[package]
|
|
name = "use_and"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
leptos = { git = "https://github.com/leptos-rs/leptos", features = [
|
|
"nightly",
|
|
"csr",
|
|
] }
|
|
console_error_panic_hook = "0.1"
|
|
console_log = "1"
|
|
log = "0.4"
|
|
leptos-use = { path = "../..", features = ["docs", "math"] }
|
|
web-sys = "0.3"
|
|
|
|
[dev-dependencies]
|
|
wasm-bindgen = { workspace = true }
|
|
wasm-bindgen-test = { workspace = true }
|