working!
This commit is contained in:
parent
efc2605a4f
commit
da82c6fd43
6 changed files with 502 additions and 45 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -6,11 +6,19 @@ edition = "2024"
|
|||
[dependencies]
|
||||
anyhow = "1.0.102"
|
||||
axum = { version = "0.8.8", features = ["macros"] }
|
||||
chrono = "0.4.44"
|
||||
chrono = { version = "0.4.44", features = ["clock"] }
|
||||
headless_chrome = "1.0.21"
|
||||
image = { version = "0.25.9", features = ["png"] }
|
||||
markdown = "1.0.0"
|
||||
markdown-extract = "2.0.0"
|
||||
markdown-frontmatter = "0.4.0"
|
||||
maud = { version = "0.27.0", features = ["axum"] }
|
||||
regex = "1.12.3"
|
||||
serde = { version = "1.0.228", features = ["serde_derive"] }
|
||||
stringreader = "0.1.1"
|
||||
tempfile = "3.26.0"
|
||||
tokio = { version = "1.49.0", features = ["fs", "rt", "tracing"] }
|
||||
toml = { version = "1.0.3", features = ["serde"] }
|
||||
tower-http = { version = "0.6.8", features = ["fs", "trace"] }
|
||||
tracing = "0.1.44"
|
||||
walkdir = "2.5.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue