1*d4726bddSHONG Yifan //! Module api provides a publicly consumable API over rules_rust's crate_universe. 2*d4726bddSHONG Yifan //! While it has no formal compatibility guarantees, it is much less likely to break than other types in this library. 3*d4726bddSHONG Yifan 4*d4726bddSHONG Yifan pub mod lockfile; 5