mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 09:09:21 -05:00
Removed unnecessarry changes
This commit is contained in:
parent
7bd54edb2d
commit
d18c3c45fd
1 changed files with 65 additions and 65 deletions
|
@ -6,11 +6,11 @@ authors = ["Marc-Stefan Cassola"]
|
||||||
categories = ["gui", "web-programming"]
|
categories = ["gui", "web-programming"]
|
||||||
description = "Collection of essential Leptos utilities inspired by SolidJS USE / VueUse"
|
description = "Collection of essential Leptos utilities inspired by SolidJS USE / VueUse"
|
||||||
exclude = ["examples/", "tests/"]
|
exclude = ["examples/", "tests/"]
|
||||||
homepage = "https://leptos-use.rs"
|
|
||||||
keywords = ["leptos", "utilities"]
|
keywords = ["leptos", "utilities"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/Synphonyte/leptos-use"
|
repository = "https://github.com/Synphonyte/leptos-use"
|
||||||
|
homepage = "https://leptos-use.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = { version = "4", optional = true, default-features = false }
|
actix-web = { version = "4", optional = true, default-features = false }
|
||||||
|
@ -36,7 +36,7 @@ wasm-bindgen = "0.2.88"
|
||||||
wasm-bindgen-futures = "0.4"
|
wasm-bindgen-futures = "0.4"
|
||||||
|
|
||||||
[dependencies.web-sys]
|
[dependencies.web-sys]
|
||||||
version = "0.3"
|
version = "0.3.65"
|
||||||
features = [
|
features = [
|
||||||
"AddEventListenerOptions",
|
"AddEventListenerOptions",
|
||||||
"BinaryType",
|
"BinaryType",
|
||||||
|
|
Loading…
Add table
Reference in a new issue