From 336a4bed16a0b3fda42088e7991537deaf6b5af0 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 23 May 2021 20:09:17 +0200 Subject: Add brief module-level documentation --- src/main.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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 . +//! google-calendar-rsvp +//! +//! RSVP to Google Calendar events. + use anyhow::{self, Context}; use base64; -- cgit v1.2.3