add cargo tools

This commit is contained in:
Alexander Navarro 2023-02-21 19:21:00 -03:00
parent 55bd2a808a
commit 1653aadac1

View file

@ -5,3 +5,5 @@ echo -e "\n${BLD}${SUL}${GRN}Setting up ${RED}Rust${GRN}...${RST}\n"
if ! command -v cargo >/dev/null; then if ! command -v cargo >/dev/null; then
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
fi fi
cargo install tree-sitter-cli