ecommercebusiness
add-crate
Scaffold a new crate in the workspace with correct Cargo.toml, lib.rs conventions, and workspace registration. Use when the user wants to create a new crate, add a new module as a separate crate, or split functionality into its own crate.
maintainer
HendrikReh
更新於 3/29/2026
星標
1
分支
0
quick start
Installation and usage
Scaffold a new crate in the workspace with correct Cargo.toml, lib.rs conventions, and workspace registration. Use when the user wants to create a new crate, add a new module as a separate crate, or split functionality into its own crate.
安裝
$ install --globalskills.sh
使用
安裝後,您可以透過在終端機執行以下指令來使用此技能:
skills use add-crate