initial commit

This commit is contained in:
Robert Perce 2026-02-26 19:31:45 -06:00
commit 1e7f8bc24d
6 changed files with 2953 additions and 0 deletions

16
Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[package]
name = "kdl"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.102"
axum = { version = "0.8.8", features = ["macros"] }
chrono = "0.4.44"
headless_chrome = "1.0.21"
image = { version = "0.25.9", features = ["png"] }
maud = "0.27.0"
tempfile = "3.26.0"
tokio = { version = "1.49.0", features = ["fs", "rt", "tracing"] }
tower-http = { version = "0.6.8", features = ["fs", "trace"] }
tracing = "0.1.44"