From f8dcb335e7d45bfb5b55e23180764c5e2250aa0a Mon Sep 17 00:00:00 2001 From: Sunshine Date: Fri, 25 Dec 2020 19:38:12 -1000 Subject: [PATCH] bump version, make possible to install via cargo --- Cargo.lock | 2 +- Cargo.toml | 15 +++++++++++++-- README.md | 3 +++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb23aa6..07ae1f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -626,7 +626,7 @@ dependencies = [ [[package]] name = "monolith" -version = "2.3.1" +version = "2.4.0" dependencies = [ "assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e9926e9..53b44f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "monolith" -version = "2.3.1" -edition = "2018" +version = "2.4.0" authors = [ "Sunshine ", "Mahdi Robatipoor ", @@ -9,7 +8,19 @@ authors = [ "Emi Simpson ", "rhysd ", ] +edition = "2018" description = "CLI tool for saving web pages as a single HTML file" +homepage = "https://github.com/Y2Z/monolith" +repository = "https://github.com/Y2Z/monolith" +readme = "README.md" +keywords = ["web", "http", "https", "html", "download", "command-line", "tool", "data-url"] +categories = ["command-line-utilities", "web-programming"] +include = [ + "src/*.rs", + "Cargo.toml", +] +license = "The Unlicense" +license-file = "LICENSE" [dependencies] base64 = "0.13.0" diff --git a/README.md b/README.md index 3437096..fe7997c 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ If compared to saving websites with `wget -mpk`, this tool embeds all assets as ## Installation +### Using Cargo + $ cargo install monolith + #### Via Homebrew (on macOS and GNU/Linux) $ brew install monolith