$, cargo-*: add Korean translation (#13943)

This commit is contained in:
HoJeong Im
2024-10-03 18:48:23 +09:00
committed by GitHub
parent 7cc6c7195a
commit 0327318dc0
38 changed files with 763 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# cargo package
> 로컬 패키지를 배포 가능한 tarball (`.crate` 파일)로 어셈블.
> `cargo publish --dry-run`과 유사하지만, 더 많은 옵션이 있음.
> 더 많은 정보: <https://doc.rust-lang.org/cargo/commands/cargo-package.html>.
- 검사를 수행하고 `.crate` 파일을 생성 (`cargo publish --dry-run`과 동일):
`cargo package`
- 실제로 tarball을 생성하지 않고 tarball에 포함될 파일을 표시:
`cargo package --list`