2
0
mirror of https://github.com/Y2Z/monolith synced 2024-11-10 19:10:29 +00:00
monolith/Cargo.toml

19 lines
386 B
TOML
Raw Normal View History

2019-08-23 03:17:15 +00:00
[package]
name = "monolith"
version = "2.0.16"
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-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"
html5ever = "0.24.0"
indicatif = "0.11.0"
2019-08-23 22:48:08 +00:00
lazy_static = "1.3.0"
2019-08-23 03:17:15 +00:00
regex = "1.2.1"
reqwest = "0.9.20"
url = "2.1.0"