1
2
3
use std::collections::HashMap;

pub type AssetManifest = HashMap<String, String>;