# tiger-sample-crate
`crates-publish-cli` 테스트용 샘플 Rust crate입니다.
## crates.io 등록 전 준비
1. [crates.io](https://crates.io)에서 로그인 후 API token 발급
2. GitHub repo **Settings → Secrets → Actions**에 `CARGO_REGISTRY_TOKEN` 추가
3. crate 이름 `tiger-sample-crate`가 crates.io에서 사용 가능한지 확인 (이미 있으면 `Cargo.toml`의 `name` 변경)
## 수동 배포 테스트
```bash
git tag v0.1.0
git push origin v0.1.0
```
## crates-publish-cli 연동
- 코드 삽입 대상: `src/tiger_sample/deep/nested/handler.rs` (`use`가 있는 가장 깊은 파일)
- workflow 파일명: `publish.yml`