Skip to content

Commit

Permalink
Merge pull request Y2Z#229 from snshn/cargo-install
Browse files Browse the repository at this point in the history
Update Cargo.toml for publishing on crates.io
  • Loading branch information
Sunshine authored Dec 26, 2020
2 parents ab6fed6 + f8dcb33 commit a5afda9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 13 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
[package]
name = "monolith"
version = "2.3.1"
edition = "2018"
version = "2.4.0"
authors = [
"Sunshine <[email protected]>",
"Mahdi Robatipoor <[email protected]>",
"Emmanuel Delaborde <[email protected]>",
"Emi Simpson <[email protected]>",
"rhysd <[email protected]>",
]
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"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a5afda9

Please sign in to comment.