mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 10:36:39 -07:00
webdog.
This commit is contained in:
parent
00c90a12d7
commit
d8cb447e00
47 changed files with 53 additions and 5099 deletions
56
Cargo.lock
generated
56
Cargo.lock
generated
|
@ -2707,6 +2707,34 @@ version = "0.2.95"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
||||
|
||||
[[package]]
|
||||
name = "webdog"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"color-eyre",
|
||||
"extract-frontmatter",
|
||||
"eyre",
|
||||
"fs_extra",
|
||||
"futures",
|
||||
"grass",
|
||||
"hotwatch",
|
||||
"itertools",
|
||||
"lol_html",
|
||||
"minifier",
|
||||
"percent-encoding",
|
||||
"pulldown-cmark",
|
||||
"rayon",
|
||||
"rss",
|
||||
"serde",
|
||||
"serde_yml",
|
||||
"tera",
|
||||
"time",
|
||||
"tokio",
|
||||
"url",
|
||||
"walkdir",
|
||||
"warp",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "winapi-util"
|
||||
version = "0.1.9"
|
||||
|
@ -2972,31 +3000,3 @@ dependencies = [
|
|||
"quote",
|
||||
"syn 2.0.87",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "zyl-site"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"color-eyre",
|
||||
"extract-frontmatter",
|
||||
"eyre",
|
||||
"fs_extra",
|
||||
"futures",
|
||||
"grass",
|
||||
"hotwatch",
|
||||
"itertools",
|
||||
"lol_html",
|
||||
"minifier",
|
||||
"percent-encoding",
|
||||
"pulldown-cmark",
|
||||
"rayon",
|
||||
"rss",
|
||||
"serde",
|
||||
"serde_yml",
|
||||
"tera",
|
||||
"time",
|
||||
"tokio",
|
||||
"url",
|
||||
"walkdir",
|
||||
"warp",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue