diff --git a/Cargo.lock b/Cargo.lock index caf61a2..9f4f793 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1612,6 +1612,7 @@ dependencies = [ "tower-sessions", "tower-sessions-redis-store", "wasm-bindgen", + "web-sys", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 3ad44c5..638bbe7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,7 @@ symphonia = { version = "0.5.4", default-features = false, features = ["mp3"], o multer = { version = "3.0.0", optional = true } log = { version = "0.4.21", optional = true } flexi_logger = { version = "0.28.0", optional = true, default-features = false } +web-sys = "0.3.69" [patch.crates-io] gloo-net = { git = "https://github.com/rustwasm/gloo.git", rev = "a823fab7ecc4068e9a28bd669da5eaf3f0a56380" }