mirror of
https://github.com/Y2Z/monolith
synced 2024-11-05 06:01:10 +00:00
17 lines
344 B
TOML
17 lines
344 B
TOML
[package]
|
|
name = "monolith"
|
|
version = "2.0.6"
|
|
authors = ["Sunshine <sunshine@uberspace.net>"]
|
|
description = "CLI tool to save webpages as a single HTML file"
|
|
|
|
[dependencies]
|
|
base64 = "0.10.1"
|
|
clap = "2.33.0"
|
|
html5ever = "0.24.0"
|
|
indicatif = "0.11.0"
|
|
mime-sniffer = "0.1.2"
|
|
regex = "1.2.1"
|
|
reqwest = "0.9.20"
|
|
url = "2.1.0"
|
|
lazy_static = "1.3.0"
|