- Mastering Rust
- Rahul Sharma Vesa Kaihlavirta
- 62字
- 2021-07-02 13:35:21
cargo-edit
The cargo-edit subcommand is used to automatically add dependencies to your Cargo.toml file. It can add dependencies of all kinds, including dev dependencies and build dependencies, and also lets you add a specific version of any dependency. It can be installed by running cargo install cargo-edit. This subcommand provides four commands: cargo add, cargo rm, cargo edit, and cargo upgrade.
推薦閱讀
- Practical Internet of Things Security
- INSTANT Weka How-to
- Mastering Scientific Computing with R
- INSTANT Passbook App Development for iOS How-to
- Python編程從0到1(視頻教學版)
- HTML5 APP開發從入門到精通(微課精編版)
- R用戶Python學習指南:數據科學方法
- Fast Data Processing with Spark(Second Edition)
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- 平面設計經典案例教程:CorelDRAW X6
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- IBM RUP參考與認證指南
- Java面向對象程序設計教程
- Apache Solr for Indexing Data
- Web前端開發精品課:HTML5 Canvas開發詳解