summaryrefslogtreecommitdiff
path: root/rust/src
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src')
-rw-r--r--rust/src/repository.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/repository.rs b/rust/src/repository.rs
index a29be323..b7d61cac 100644
--- a/rust/src/repository.rs
+++ b/rust/src/repository.rs
@@ -1,3 +1,5 @@
+//! Interaction with plugin repositories to install and manage plugins.
+
mod manager;
mod plugin;