Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install crate rust

# Install the package

cargo install <package>

# Then add the package under [dependencies] in the Cargo.toml file

[dependencies]
package = "0.1.0" # Replace the package and version with your desired package/version
 
PREVIOUS NEXT
Tagged: #install #crate #rust
ADD COMMENT
Topic
Name
4+1 =