Add web_sys dependency

This commit is contained in:
Ethan Girouard 2024-05-18 16:34:48 -04:00
parent 952fb93e1e
commit e7e7a8175e
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -1612,6 +1612,7 @@ dependencies = [
"tower-sessions", "tower-sessions",
"tower-sessions-redis-store", "tower-sessions-redis-store",
"wasm-bindgen", "wasm-bindgen",
"web-sys",
] ]
[[package]] [[package]]

View File

@ -41,6 +41,7 @@ symphonia = { version = "0.5.4", default-features = false, features = ["mp3"], o
multer = { version = "3.0.0", optional = true } multer = { version = "3.0.0", optional = true }
log = { version = "0.4.21", optional = true } log = { version = "0.4.21", optional = true }
flexi_logger = { version = "0.28.0", optional = true, default-features = false } flexi_logger = { version = "0.28.0", optional = true, default-features = false }
web-sys = "0.3.69"
[patch.crates-io] [patch.crates-io]
gloo-net = { git = "https://github.com/rustwasm/gloo.git", rev = "a823fab7ecc4068e9a28bd669da5eaf3f0a56380" } gloo-net = { git = "https://github.com/rustwasm/gloo.git", rev = "a823fab7ecc4068e9a28bd669da5eaf3f0a56380" }