mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-03-13 09:09:48 -04: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"]
|
||||
description = "Collection of essential Leptos utilities inspired by SolidJS USE / VueUse"
|
||||
exclude = ["examples/", "tests/"]
|
||||
homepage = "https://leptos-use.rs"
|
||||
keywords = ["leptos", "utilities"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/Synphonyte/leptos-use"
|
||||
homepage = "https://leptos-use.rs"
|
||||
|
||||
[dependencies]
|
||||
actix-web = { version = "4", optional = true, default-features = false }
|
||||
|
@ -36,7 +36,7 @@ wasm-bindgen = "0.2.88"
|
|||
wasm-bindgen-futures = "0.4"
|
||||
|
||||
[dependencies.web-sys]
|
||||
version = "0.3"
|
||||
version = "0.3.65"
|
||||
features = [
|
||||
"AddEventListenerOptions",
|
||||
"BinaryType",
|
||||
|
|
Loading…
Add table
Reference in a new issue