Enable wasm compilation

This commit is contained in:
hal8174 2025-05-01 22:06:53 +02:00
parent f639082205
commit 8e30f35890
4 changed files with 10 additions and 11 deletions

View file

@ -13,7 +13,7 @@ serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.135"
serde_yaml = "0.9.34"
clap = { version = "4.5.26", features = ["derive"] }
rand = { version = "0.9.0", features = ["small_rng"] }
rand = { version = "0.9.0", default-features = false, features = ["small_rng"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
tracing-perfetto = { git = "https://git.he-li.dev/hal8174/tracing-perfetto.git" }