We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa22f87 + e430c14 commit 5dd9a30Copy full SHA for 5dd9a30
Cargo.toml
@@ -54,6 +54,9 @@ tracing = "0.1.41"
54
strum = { version = "0.26.3", optional = true, features = ["derive"] }
55
semver = { version = "1.0.24", optional = true }
56
57
+[target.'cfg(target_arch = "wasm32")'.dependencies]
58
+uuid = { version = "1.13.1", default-features = false, features = ["js"] }
59
+
60
[features]
61
single_threaded_async = ["dep:async-task"]
62
diagram = [
0 commit comments