$, 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,9 @@
# cargo new
> 새로운 Cargo 패키지를 생성.
> `cargo init`과 동일하지만, 디렉터리를 지정해야 함.
> 더 많은 정보: <https://doc.rust-lang.org/cargo/commands/cargo-new.html>.
- 바이너리 타겟으로 새로운 Rust 프로젝트를 생성:
`cargo new {{경로/대상/디렉터리}}`