diff options
Diffstat (limited to 'luz/Cargo.toml')
-rw-r--r-- | luz/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/luz/Cargo.toml b/luz/Cargo.toml index 6dee784..0543768 100644 --- a/luz/Cargo.toml +++ b/luz/Cargo.toml @@ -40,6 +40,7 @@ uuid = { version = "1.13.1", features = ["js", "v4"] } getrandom = { version = "0.2.15", features = ["js"] } stanza = { version = "0.1.0", path = "../stanza", features = ["rfc_7395"] } web-sys = { version = "0.3", features = ["Request", "WebSocket"] } +js-sys = "0.3" wasm-bindgen = "0.2" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] |