bump version, make possible to install via cargo

pull/229/head
Sunshine 3 years ago
parent 0533b287b7
commit f8dcb335e7
No known key found for this signature in database
GPG Key ID: B80CA68703CD8AB1

2
Cargo.lock generated

@ -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)",

@ -1,7 +1,6 @@
[package]
name = "monolith"
version = "2.3.1"
edition = "2018"
version = "2.4.0"
authors = [
"Sunshine <sunshine@uberspace.net>",
"Mahdi Robatipoor <mahdi.robatipoor@gmail.com>",
@ -9,7 +8,19 @@ authors = [
"Emi Simpson <emi@alchemi.dev>",
"rhysd <lin90162@yahoo.co.jp>",
]
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"

@ -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

Loading…
Cancel
Save