Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install crate

# 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
ADD COMMENT
Topic
Name
8+6 =