- 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.
推薦閱讀
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- PHP 從入門到項目實(shí)踐(超值版)
- OpenCV實(shí)例精解
- jQuery EasyUI網(wǎng)站開發(fā)實(shí)戰(zhàn)
- Effective Python Penetration Testing
- Elasticsearch for Hadoop
- Mastering openFrameworks:Creative Coding Demystified
- Java網(wǎng)絡(luò)編程實(shí)戰(zhàn)
- 深入實(shí)踐Kotlin元編程
- RubyMotion iOS Develoment Essentials
- C語言程序設(shè)計實(shí)踐
- 零基礎(chǔ)學(xué)C++(升級版)
- Learning Cocos2d-JS Game Development
- 鋁合金陽極氧化與表面處理技術(shù)(第三版)
- Django 2.0 入門與實(shí)踐