Cargo tools

This commit is contained in:
lachtan
2024-09-01 08:13:10 +02:00
parent e37974f371
commit a21113f961

3
rc.local/cargo.sh Normal file
View File

@@ -0,0 +1,3 @@
if [[ -d "$HOME/.cargo/env" ]]; then
source "$HOME/.cargo/env"
fi