add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,16 +1,16 @@
# cargo remove
> 从 Rust 项目的 `Cargo.toml` 清单中移除依赖关系
> 更多信息:<https://doc.rust-lang.org/cargo/commands/cargo-remove.html>.
> 从 Rust 项目的 `Cargo.toml` 清单中移除依赖。
> 更多信息:<https://doc.rust-lang.org/cargo/commands/cargo-remove.html>
- 从当前项目中移除一个依赖
- 从当前项目中移除一个依赖:
`cargo remove {{依赖项}}`
`cargo remove {{dependency}}`
- 移除开发或构建依赖
- 移除一个开发或构建依赖:
`cargo remove --{{dev|build}} {{依赖项}}`
`cargo remove --{{dev|build}} {{dependency}}`
- 移除给定目标平台的依赖
- 移除给定目标平台的依赖:
`cargo remove --target {{目标平台}} {{依赖项}}`
`cargo remove --target {{target}} {{dependency}}`