pub async fn get_app_name(manifest_path: &Path) -> Result<String, HcBundleError>Expand description
Load an AppManifest manifest from the given path and return its app_name field.
pub async fn get_app_name(manifest_path: &Path) -> Result<String, HcBundleError>Load an AppManifest manifest from the given path and return its app_name field.