Skip to content

Commit

Permalink
fix(install/terminal): install rust analyzer and leptos targets
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehsiao committed Dec 15, 2024
1 parent ad55c6e commit 54f142f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install/terminal/02-core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ distrobox-enter omakase-toolbox -- bash <<EOF
cargo install --git https://github.com/lukehsiao/tool.git --locked
cargo install --git https://github.com/Myriad-Dreamin/tinymist --locked tinymist
cargo install --git https://github.com/tectonic-typesetting/tectonic.git --locked tectonic
# Install tooling for leptos
rustup target add wasm32-unknown-unknown
# Install rust-analyzer
rustup component add rust-analyzer
EOF

echo "Installed all core rust tooling."
Expand Down

0 comments on commit 54f142f

Please sign in to comment.