1 2 3 4 5
use cargo_metadata::Package; pub(super) fn create(package: &Package) -> String { format!("# {}\n", package.name) }