2
0
mirror of https://github.com/Y2Z/monolith synced 2024-11-15 06:12:52 +00:00
monolith/Cargo.toml

22 lines
501 B
TOML
Raw Normal View History

2019-08-23 03:17:15 +00:00
[package]
name = "monolith"
2019-12-26 14:44:01 +00:00
version = "2.1.1"
2020-01-02 15:31:55 +00:00
edition = "2018"
2019-08-23 18:44:16 +00:00
authors = [
"Sunshine <sunshine@uberspace.net>",
2019-08-24 15:35:06 +00:00
"Mahdi Robatipoor <mahdi.robatipoor@gmail.com>",
2019-10-22 22:36:10 +00:00
"Emmanuel Delaborde <th3rac25@gmail.com>",
2019-12-10 03:21:54 +00:00
"Emi Simpson <emi@alchemi.dev>",
2020-01-03 06:43:25 +00:00
"rhysd <lin90162@yahoo.co.jp>",
2019-08-23 18:44:16 +00:00
]
2019-08-24 00:19:49 +00:00
description = "CLI tool for saving web pages as a single HTML file"
2019-08-23 03:17:15 +00:00
[dependencies]
base64 = "0.10.1"
clap = "2.33.0"
2019-09-22 16:57:50 +00:00
html5ever = "0.24.1"
lazy_static = "1.4.0"
regex = "1.3.1"
2019-08-23 03:17:15 +00:00
reqwest = "0.9.20"
url = "2.1.0"