#!/bin/bash


export RUSTUP_HOME=$PWD/rustup
export CARGO_HOME=$PWD/cargo

./rust-init.sh \
    --no-modify-path
