Skip to content

Commit

Permalink
add wasm-bindgen-cli to setup tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Nov 22, 2023
1 parent 09e465a commit 5e11804
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion xtask/src/task/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ use crate::util::{cargo, has_cargo_subcmd, rustup, CommandExt};
use crate::Result;

const COMPONENTS: &[&str] = &["rustfmt", "clippy"];
const TOOLS: &[&str] = &["cargo-deny", "cargo-udeps", "cargo-pants", "cargo-insta"];
const TOOLS: &[&str] = &[
"cargo-deny",
"cargo-udeps",
"cargo-pants",
"cargo-insta",
"wasm-bindgen-cli",
];

#[derive(FromArgs)]
#[argp(subcommand, name = "setup")]
Expand Down

0 comments on commit 5e11804

Please sign in to comment.