{ "name": "publish-crate", "description": "发布Rust Crate", "path": "./publish-crate.yaml.hbs", "prompts": [ { "type": "select", "field": "toolchain", "prompt": "请选择Rust toolchain", "default": 0, "options": [ { "label": "Stable", "value": "stable" }, { "label": "Beta", "value": "beta" }, { "label": "Nightly", "value": "nightly" } ] } ], "success_message": "请确保已在GitHub的秘密中设置了crates.io的令牌,其密钥名为'CRATE_TOKEN'。" }