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