Skip to content

Commit

Permalink
Fix web build
Browse files Browse the repository at this point in the history
  • Loading branch information
eero-lehtinen committed Oct 19, 2024
1 parent b6d60af commit 68e260a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ rand = { version = "0.8.5", features = ["small_rng"] }
strum = { version = "0.26.3", features = ["derive"] }
web-time = "1.1.0"
winnow = { version = "0.6.18", features = ["simd"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
interprocess = { version = "2.2.1", features = ["tokio"] }
tokio = "1.40.0"

Expand Down

0 comments on commit 68e260a

Please sign in to comment.