Function wasmer_cli::commands::init::construct_manifest

source ยท
async fn construct_manifest(
    env: &WasmerEnv,
    cargo_toml: Option<&MiniCargoTomlPackage>,
    fallback_package_name: &String,
    package_name: Option<&str>,
    target_file: &Path,
    manifest_path: &Path,
    bin_or_lib: BinOrLib,
    namespace: Option<String>,
    version: Option<Version>,
    template: Option<&Template>,
    include_fs: &[String],
    quiet: bool,
) -> Result<Manifest, Error>