mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-02-02 10:54:15 -05:00
Add thiserror dependency
This commit is contained in:
parent
8c2beb814d
commit
fcda13de8d
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ num = { version = "0.4", optional = true }
|
||||||
paste = "1"
|
paste = "1"
|
||||||
serde = { version = "1", optional = true }
|
serde = { version = "1", optional = true }
|
||||||
serde_json = { version = "1", optional = true }
|
serde_json = { version = "1", optional = true }
|
||||||
|
thiserror = "1.0"
|
||||||
wasm-bindgen = "0.2"
|
wasm-bindgen = "0.2"
|
||||||
wasm-bindgen-futures = "0.4"
|
wasm-bindgen-futures = "0.4"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue