1 2 3 4 5 6 7
use rspack_cacheable::cacheable; #[cacheable] #[derive(Debug, Clone)] pub struct Meta { pub max_dependency_id: u32, }