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

18 lines
365 B
TOML
Raw Normal View History

2019-08-23 03:17:15 +00:00
[package]
name = "monolith"
2019-09-29 21:15:49 +00:00
version = "2.0.20"
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"
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"