aboutsummaryrefslogtreecommitdiff
path: root/crate_universe/src/api.rs
blob: 0b36d1c12ca273614e0019fa50c52fb2792bb824 (plain)
1
2
3
4
//! Module api provides a publicly consumable API over rules_rust's crate_universe.
//! While it has no formal compatibility guarantees, it is much less likely to break than other types in this library.

pub mod lockfile;