aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 1b52dd2..dd97796 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -13,6 +13,10 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
+//! google-calendar-rsvp
+//!
+//! RSVP to Google Calendar events.
+
use anyhow::{self, Context};
use base64;