diff --git a/cranelift/docs/index.rst b/cranelift/docs/index.rst
index c2e5b6d5ef..60b153e2a1 100644
--- a/cranelift/docs/index.rst
+++ b/cranelift/docs/index.rst
@@ -34,6 +34,19 @@ Rust Crate Documentation
This crate translates from Cretonne IR's text format into Cretonne IR
in in-memory data structures.
+`cretonne-module `_
+ This crate manages compiling multiple functions and data objects
+ together.
+
+`cretonne-faerie `_
+ This crate provides a faerie-based backend for `cretonne-module`, which
+ emits native object files using the
+ `faerie `_ library.
+
+`cretonne-simplejit `_
+ This crate provides a simple JIT backend for `cretonne-module`, which
+ emits code and data into memory.
+
Indices and tables
==================