📜  install crate rust - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:53.182000             🧑  作者: Mango

代码示例1
# Install the package

cargo install 

# 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