cargo_bazel/
api.rs

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