introduce webdog cli tool

This commit is contained in:
zyl 2024-11-08 18:16:23 -08:00
parent 8b7620b0bd
commit 399a0c1b87
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs
26 changed files with 528 additions and 108 deletions

View file

@ -4,6 +4,7 @@ name = "webdog"
version = "0.1.0"
[dependencies]
clap = { version = "4", features = ["derive"] }
color-eyre = {version = "0.6", optional = true}
extract-frontmatter = "4"
eyre = "0.6"
@ -11,6 +12,7 @@ fs_extra = "1.2"
futures = {version = "0.3", optional = true}
grass = {version = "0.13", default-features = false}
hotwatch = {version = "0.5", optional = true}
include_dir = "0.7"
itertools = "0.13"
lol_html = "2"
minifier = {version = "0.3", features = ["html"]}