about summary refs log tree commit diff
path: root/finito-postgres/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'finito-postgres/src/lib.rs')
-rw-r--r--finito-postgres/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/finito-postgres/src/lib.rs b/finito-postgres/src/lib.rs
index 152592405534..b7a0c4540f74 100644
--- a/finito-postgres/src/lib.rs
+++ b/finito-postgres/src/lib.rs
@@ -1,3 +1,5 @@
+//! PostgreSQL-backed persistence for Finito state machines
+//!
 //! This module implements ... TODO when I can write again.
 
 #[macro_use] extern crate postgres;