diff --git a/gitbutler-core/src/lib.rs b/gitbutler-core/src/lib.rs index fd6bb6c43..906ade679 100644 --- a/gitbutler-core/src/lib.rs +++ b/gitbutler-core/src/lib.rs @@ -1 +1,11 @@ +//! # GitButler Core +//! +//! This crate contains the core functionality of GitButler. +//! It is intended to be used as a library by the GitButler +//! frontend application(s). +//! +//! For more information, see the +//! [GitButler organization](https://github.com/gitbutlerapp) +//! or the [GitButler website](https://gitbutler.com). + pub mod id;