# vim: set ft=sh:
if [ -f "$HOME/.cargo/env" ]; then
    . "$HOME/.cargo/env"
fi
