aboutsummaryrefslogtreecommitdiff
path: root/crate_universe/src/api.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crate_universe/src/api.rs')
-rw-r--r--crate_universe/src/api.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/crate_universe/src/api.rs b/crate_universe/src/api.rs
new file mode 100644
index 00000000..0b36d1c1
--- /dev/null
+++ b/crate_universe/src/api.rs
@@ -0,0 +1,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;