# shellcheck shell=bash
# Set up Rust/Cargo and add installed Rust binaries to PATH
export CARGO_HOME="$HOME/.cargo"
path_append "$CARGO_HOME/bin"