# Create workspace
echo '[workspace]' > Cargo.toml
# Create library
cargo new --lib crates/$LIB_NAME
# Create project
cargo new crates/$PROJECT_NAME
Created
June 5, 2024 20:15
-
-
Save cgalvist/aeb4047514b3397b06258d8e2968c5c9 to your computer and use it in GitHub Desktop.
Rust commands
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment