- 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.
推薦閱讀
- Advanced Quantitative Finance with C++
- Instant Testing with CasperJS
- C++程序設計(第3版)
- PHP 從入門到項目實踐(超值版)
- Access 數據庫應用教程
- 精通Python自然語言處理
- Hands-On Enterprise Automation with Python.
- Web程序設計(第二版)
- Python算法從菜鳥到達人
- Microsoft Dynamics AX 2012 R3 Financial Management
- 時空數據建模及其應用
- 零代碼實戰:企業級應用搭建與案例詳解
- Arduino可穿戴設備開發
- ASP.NET求職寶典
- 從零開始:C語言快速入門教程