monolith/Cargo.toml

18 lines
365 B
TOML
Raw Normal View History

2019-08-23 05:17:15 +02:00
[package]
name = "monolith"
2019-10-11 04:34:38 +02:00
version = "2.0.22"
2019-08-23 20:44:16 +02:00
authors = [
"Sunshine <sunshine@uberspace.net>",
2019-08-24 17:35:06 +02:00
"Mahdi Robatipoor <mahdi.robatipoor@gmail.com>",
2019-08-23 20:44:16 +02:00
]
2019-08-24 02:19:49 +02:00
description = "CLI tool for saving web pages as a single HTML file"
2019-08-23 05:17:15 +02:00
[dependencies]
base64 = "0.10.1"
clap = "2.33.0"
2019-09-22 18:57:50 +02:00
html5ever = "0.24.1"
lazy_static = "1.4.0"
regex = "1.3.1"
2019-08-23 05:17:15 +02:00
reqwest = "0.9.20"
url = "2.1.0"