mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
18 lines
474 B
TOML
18 lines
474 B
TOML
[package]
|
|
name = "leptos-use"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
authors = ["Marc-Stefan Cassola"]
|
|
categories = ["gui", "web-programming"]
|
|
description = "Collection of essential Leptos utilities inspired by SolidJS USE / VueUse"
|
|
exclude = ["examples/", "tests/"]
|
|
keywords = ["leptos", "utilities"]
|
|
license = "MIT OR Apache-2.0"
|
|
readme = "README.md"
|
|
repository = "https://github.com/Synphonyte/leptos-use"
|
|
|
|
|
|
[dependencies]
|
|
leptos = "0.2"
|
|
web-sys = "0.3"
|
|
wasm-bindgen = "0.2"
|