mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
post merge fixes
This commit is contained in:
parent
52a72a7f87
commit
ae08e6b519
1 changed files with 2 additions and 4 deletions
|
@ -13,6 +13,7 @@ repository = "https://github.com/Synphonyte/leptos-use"
|
|||
homepage = "https://leptos-use.rs"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1"
|
||||
base64 = { version = "0.21", optional = true }
|
||||
cfg-if = "1"
|
||||
default-struct-builder = "0.5"
|
||||
|
@ -25,15 +26,12 @@ leptos = "0.5"
|
|||
num = { version = "0.4", optional = true }
|
||||
paste = "1"
|
||||
prost = { version = "0.12", optional = true }
|
||||
rmp-serde = { version = "1.1", optional = true }
|
||||
serde = { version = "1", optional = true }
|
||||
serde_json = { version = "1", optional = true }
|
||||
thiserror = "1.0"
|
||||
wasm-bindgen = "0.2.88"
|
||||
wasm-bindgen-futures = "0.4"
|
||||
wasm-bindgen-futures = "0.4"
|
||||
async-trait = "0.1"
|
||||
rmp-serde = { version = "1.1", optional = true }
|
||||
thiserror = "1"
|
||||
|
||||
[dependencies.web-sys]
|
||||
version = "0.3.65"
|
||||
|
|
Loading…
Add table
Reference in a new issue