Skip to content

Commit

Permalink
Add missing tokio feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfachan committed Jul 30, 2024
1 parent d8cdcfb commit de1e562
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,7 @@ wasm-bindgen-futures = "0.4"
wasm-logger = "0.2"
xdg = "2.5.2"
zerocopy = { version = "0.7", features = ["derive"] }
[profile.wasm_dev]
inherits = "dev"
[profile.wasm_release]
inherits = "release"
2 changes: 1 addition & 1 deletion crates/maelstrom-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ slog-async.workspace = true
slog-term.workspace = true
slog.workspace = true
strum.workspace = true
tokio = { workspace = true, features = ["sync", "time"] }
tokio = { workspace = true, features = ["net", "sync", "time"] }
toml.workspace = true
walkdir.workspace = true
xdg.workspace = true
Expand Down

0 comments on commit de1e562

Please sign in to comment.