From 9138485c6100f2bdb5c6665b7127493483e1fca2 Mon Sep 17 00:00:00 2001 From: Vincent Flyson Date: Fri, 23 Aug 2019 20:19:49 -0400 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8335adf..14a9cb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "monolith" version = "2.0.8" authors = ["Sunshine "] -description = "CLI tool to save webpages as a single HTML file" +description = "CLI tool for saving web pages as a single HTML file" [dependencies] base64 = "0.10.1"