diff --git a/Cargo.toml b/Cargo.toml index 683c2299..c7f2ada3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,8 +73,10 @@ serde_with-3 = { package = "serde_with", version = "3.1.0", optional = true } time = { version = "0.3.9", features = ["formatting", "parsing", "macros", "large-dates"] } bitvec = "1.0.1" serde_path_to_error = { version = "0.1.16", optional = true } + [target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies] js-sys = "0.3" +uuid = { version = "1.1.2", features = ["serde", "v4", "js"] } [dev-dependencies] assert_matches = "1.2"