aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2021-05-23 20:09:17 +0200
committerTeddy Wing2021-05-23 20:09:17 +0200
commit336a4bed16a0b3fda42088e7991537deaf6b5af0 (patch)
tree1ef5c087c2696ba7ee4fc67543d913da99620861
parent0a6ec82e7de0bbbdd9b2eddf0bd1041f089f1534 (diff)
downloadgoogle-calendar-rsvp-336a4bed16a0b3fda42088e7991537deaf6b5af0.tar.bz2
Add brief module-level documentation
-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;