pub fn discover_plugins(project_root: &Path) -> Vec<String>Expand description
List the plugins available in this project: every plugins/<name>/
directory that holds a Cargo.toml.
Reads the disk rather than main.rs, so a plugin you scaffolded but
haven’t registered yet is still offered as a home for a command. Shared
with every other generator via umbral::codegen.
The plugins available in this project: every plugins/<name>/ that holds
a Cargo.toml.
Reads the disk, not main.rs. A plugin you scaffolded but haven’t
registered yet is still a legitimate place to put code.