forked from Y2Z/monolith
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Y2Z#229 from snshn/cargo-install
Update Cargo.toml for publishing on crates.io
- Loading branch information
Showing
3 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters