mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07:00
Initial commit
This commit is contained in:
commit
1c706726c1
14 changed files with 1202 additions and 0 deletions
16
Cargo.toml
Normal file
16
Cargo.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "zoey"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
extract-frontmatter = "2.1"
|
||||
fs_extra = "1.2"
|
||||
gray_matter = "0.1"
|
||||
handlebars = "4.1"
|
||||
lol_html = "0.3"
|
||||
pulldown-cmark = { version = "0.8", default-features = false, features = ["simd"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_yaml = "0.8"
|
||||
walkdir = "2"
|
Loading…
Add table
Add a link
Reference in a new issue