1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
## 检测文件包含 ````shell cargo package --list ```` ## 检测合规 ````shell cargo publish --dry-run ```` ## 上传打包 ````shell cargo publish ```` `````shell cargo clippy --all-targets --all-features -- -D warnings `````