2026-02-26 19:31:45 -06:00
|
|
|
[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"] }
|
2026-02-26 21:07:48 -06:00
|
|
|
maud = { version = "0.27.0", features = ["axum"] }
|
2026-02-26 19:31:45 -06:00
|
|
|
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"
|