froxy/Cargo.toml

16 lines
388 B
TOML
Raw Permalink Normal View History

2026-02-06 23:24:21 +01:00
[workspace]
members = ["scraper", "server", "templates"]
2026-02-06 23:24:21 +01:00
resolver = "3"
2026-02-08 18:19:56 +01:00
[workspace.dependencies]
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
smol_str = { version = "0.3.5", features = ["serde"] }
minijinja = "2.15.1"
tracing = "0.1.41"
log = "0.4.29"
froxy-templates = { path = "./templates" }
froxy-scraper = { path = "./scraper" }